Update checkout actions
This commit is contained in:
parent
d164034198
commit
7cbcc28b1b
2 changed files with 7 additions and 7 deletions
4
.github/workflows/randomized_tests.yml
vendored
4
.github/workflows/randomized_tests.yml
vendored
|
@ -29,12 +29,12 @@ jobs:
|
|||
rustup update stable
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
clean: false
|
||||
submodules: 'recursive'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue