1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

ci: update actions/checkout@v2 to v3 (#14089)

This commit is contained in:
Eliaz Bobadilla 2022-03-23 23:36:33 -05:00 committed by GitHub
parent cff1e92ecf
commit c52d72e8e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ jobs:
git config --global fetch.parallel 32
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Use depth > 1, because sometimes we need to rebuild main and if
# other commits have landed it will become impossible to rebuild if