mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
chore: bump actions/checkout (#928)
https://github.com/actions/checkout\#checkout-v3
This commit is contained in:
parent
4256f960d5
commit
b01e9de8c1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
2
.github/workflows/update-v8.yml
vendored
2
.github/workflows/update-v8.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user