mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
ci: bump actions/cache to v5
This commit is contained in:
parent
a9eaf2ffd8
commit
285a02a387
2 changed files with 3 additions and 2 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue