diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3edf9d49..2c437c7b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get tag id: get_tag diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f8c3726..43cafd08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run setup scripts with Bash shell: bash @@ -26,7 +26,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run setup scripts with Bash shell: bash @@ -39,7 +39,7 @@ jobs: needs: test-all-ubuntu-bash runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run setup scripts with Zsh shell: bash @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run PowerShell Core test scripts run: ./test.ps1 @@ -72,7 +72,7 @@ jobs: image: bitnami/git:${{ matrix.git_version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run setup scripts with Bash shell: bash