mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
Bump actions/checkout from v1 to v2 (#5882)
This commit is contained in:
parent
27708fe873
commit
304d78f2c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: git config --global core.symlinks true
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# Use depth > 1, because sometimes we need to rebuild master and if
|
||||
# other commits have landed it will become impossible to rebuild if
|
||||
|
|
Loading…
Reference in a new issue