chore: bump actions/checkout (#928)

https://github.com/actions/checkout\#checkout-v3
This commit is contained in:
Eliaz Bobadilla 2022-03-30 11:54:54 -05:00 committed by GitHub
parent 4256f960d5
commit b01e9de8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ jobs:
run: git config --global core.symlinks true
- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 10
submodules: recursive

View File

@ -11,7 +11,7 @@ jobs:
if: github.repository == 'denoland/rusty_v8'
steps:
- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- uses: denoland/setup-deno@main
with:
deno-version: v1.x