mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-18 08:40:06 +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 }})
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
||||
submodules: recursive
|
||||
|
|
Loading…
Add table
Reference in a new issue