Update canary and e2e workflow to use checkout@v3 - node16 version (#41)

* Update canary.yaml and e2e_test.yml to use checkout@v3
This commit is contained in:
Aparna Ravindra
2022-10-31 12:42:55 +05:30
committed by GitHub
parent d3293b69e1
commit 18233abdce
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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: