1
0
Fork 0
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:
Sora Morimoto 2020-05-27 12:04:38 +09:00 committed by GitHub
parent 27708fe873
commit 304d78f2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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