mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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
|
python -m pip install meson
|
||||||
|
|
||||||
- name: Restore ccache
|
- name: Restore ccache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ runner.temp }}/ccache
|
path: ${{ runner.temp }}/ccache
|
||||||
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}
|
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue