From 233dd7e784a3686c128336d7368697544e888e87 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sun, 16 Jun 2024 17:17:09 +0000 Subject: [PATCH] Enhancement (ci): Bump to `actions/checkout@v1` --- .github/workflows/ci-master-pr.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 4292cd5..87f6167 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -14,7 +14,7 @@ jobs: test-powershell-5-1-windows-2019: runs-on: windows-2019 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | powershell -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -31,7 +31,7 @@ jobs: container: image: mcr.microsoft.com/powershell:6.0.4-ubuntu-16.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -44,7 +44,7 @@ jobs: container: image: mcr.microsoft.com/powershell:6.1.3-ubuntu-18.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -57,7 +57,7 @@ jobs: container: image: mcr.microsoft.com/powershell:6.2.4-ubuntu-18.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -70,7 +70,7 @@ jobs: container: image: mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -83,7 +83,7 @@ jobs: container: image: mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -96,7 +96,7 @@ jobs: container: image: mcr.microsoft.com/powershell:7.2-ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -109,7 +109,7 @@ jobs: container: image: mcr.microsoft.com/powershell:7.3-ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -122,7 +122,7 @@ jobs: container: image: mcr.microsoft.com/powershell:7.4-ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -156,7 +156,7 @@ jobs: test-publish-to-psgallery: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 with: submodules: true - name: Powershell version @@ -191,7 +191,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 with: submodules: true - name: Powershell version