chore(deps): update actions/checkout action to v3 (#10355)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-06-23 10:06:15 +01:00 committed by GitHub
parent 97983b7161
commit 8be9e01189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: 'refs/heads/dev'
fetch-depth: 0 # All history

View File

@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # All history

View File

@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: cache node_modules
id: node_modules_cache_id