1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -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 Luca Casonato
parent 1be60627d8
commit e74ffc7fe7
No known key found for this signature in database
GPG key ID: 01A83EB62563811F

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