mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
ci: update actions/checkout@v2 to v3 (#14089)
This commit is contained in:
parent
1be60627d8
commit
e74ffc7fe7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
git config --global fetch.parallel 32
|
git config --global fetch.parallel 32
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
# Use depth > 1, because sometimes we need to rebuild main and if
|
# Use depth > 1, because sometimes we need to rebuild main and if
|
||||||
# other commits have landed it will become impossible to rebuild if
|
# other commits have landed it will become impossible to rebuild if
|
||||||
|
|
Loading…
Reference in a new issue