mirror of
https://github.com/Mr-Wiseguy/N64Recomp.git
synced 2024-12-26 09:26:25 +00:00
Bump actions/checkout to v4 (#76)
This commit is contained in:
parent
ca096fd078
commit
ecc9dc49e5
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
name: ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }})
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: ccache
|
||||
|
|
Loading…
Reference in a new issue