From ce0d75b0e31ef475d0975273920966b241240534 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Tue, 5 Mar 2024 13:10:09 +0000 Subject: [PATCH] Refactor (ci): Bump Powershell test job docker images --- .github/workflows/ci-master-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 504d166..4292cd5 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -29,7 +29,7 @@ jobs: test-powershell-6-0: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:6.0.2-ubuntu-16.04 + image: mcr.microsoft.com/powershell:6.0.4-ubuntu-16.04 steps: - uses: actions/checkout@v3 - name: Powershell version @@ -81,7 +81,7 @@ jobs: test-powershell-7-1: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.1.3-ubuntu-18.04 + image: mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04 steps: - uses: actions/checkout@v3 - name: Powershell version @@ -94,7 +94,7 @@ jobs: test-powershell-7-2: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04 + image: mcr.microsoft.com/powershell:7.2-ubuntu-20.04 steps: - uses: actions/checkout@v3 - name: Powershell version