mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-09 18:41:36 +00:00
use older versions of steps for < node20
This commit is contained in:
parent
90bd5dc33e
commit
7df1c1b9f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.11
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
||||||
- name: Install Linux Dependencies
|
- name: Install Linux Dependencies
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
name: ${{ matrix.os }} (arm64, ${{ matrix.type }})
|
name: ${{ matrix.os }} (arm64, ${{ matrix.type }})
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
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