diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index d0def5c..3142b0b 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -35,7 +35,7 @@ jobs: CacheKey: ${{ matrix.os }}-runner-${{ github.run_number }}-${{ github.run_attempt }} steps: - name: checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install extension env: GITHUB_TOKEN: ${{ secrets.REPO_WRITE_TOKEN }} diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index c133530..e21c924 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -34,7 +34,7 @@ jobs: CacheKey: ${{ matrix.os }}-runner-${{ github.run_number }}-${{ github.run_attempt }} steps: - name: checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Restore Go modules cache uses: actions/cache@v3 with: