From 285a02a3878f0f063a4ea72b4ced9500e69658bb Mon Sep 17 00:00:00 2001 From: Rej Ect <99460023+rejected-l@users.noreply.github.com> Date: Sat, 13 Dec 2025 10:13:12 +0100 Subject: [PATCH] ci: bump actions/cache to v5 --- .github/workflows/go.yml | 3 ++- .../.github/actions/install-homebrew-valgrind/action.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 50c9fe7f75..b416a10c67 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: submodules: false # Cache build tools to avoid downloading them each time - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: build/cache key: ${{ runner.os }}-build-tools-cache-${{ hashFiles('build/checksums.txt') }} @@ -97,3 +97,4 @@ jobs: - name: Run tests run: go run build/ci.go test -p 8 + diff --git a/crypto/secp256k1/libsecp256k1/.github/actions/install-homebrew-valgrind/action.yml b/crypto/secp256k1/libsecp256k1/.github/actions/install-homebrew-valgrind/action.yml index ce10eb2686..e9aa615083 100644 --- a/crypto/secp256k1/libsecp256k1/.github/actions/install-homebrew-valgrind/action.yml +++ b/crypto/secp256k1/libsecp256k1/.github/actions/install-homebrew-valgrind/action.yml @@ -16,7 +16,7 @@ runs: cat valgrind_fingerprint shell: bash - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }}