ci: bump actions/cache to v5

This commit is contained in:
Rej Ect 2025-12-13 10:13:12 +01:00
parent a9eaf2ffd8
commit 285a02a387
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
submodules: false submodules: false
# Cache build tools to avoid downloading them each time # Cache build tools to avoid downloading them each time
- uses: actions/cache@v4 - uses: actions/cache@v5
with: with:
path: build/cache path: build/cache
key: ${{ runner.os }}-build-tools-cache-${{ hashFiles('build/checksums.txt') }} key: ${{ runner.os }}-build-tools-cache-${{ hashFiles('build/checksums.txt') }}
@ -97,3 +97,4 @@ jobs:
- name: Run tests - name: Run tests
run: go run build/ci.go test -p 8 run: go run build/ci.go test -p 8

View file

@ -16,7 +16,7 @@ runs:
cat valgrind_fingerprint cat valgrind_fingerprint
shell: bash shell: bash
- uses: actions/cache@v4 - uses: actions/cache@v5
id: cache id: cache
with: with:
path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }} path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }}