mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-01 22:51:40 +00:00
use older checkout for older node version
This commit is contained in:
parent
a893e4eb08
commit
0b483a84a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
name: ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.type }})
|
name: ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.type }})
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue