mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 19:17:12 +00:00
CI: Update cache action version
This commit is contained in:
parent
4f92504668
commit
a03bdcaedf
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
python -m pip install meson
|
||||
|
||||
- name: Restore ccache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ runner.temp }}/ccache
|
||||
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue