From c3d9d1b79daa4b0976d897666b96bfb71e3ea4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:21:49 +0000 Subject: [PATCH] Bump buildjet/cache from 3 to 4 Bumps [buildjet/cache](https://github.com/buildjet/cache) from 3 to 4. - [Changelog](https://github.com/BuildJet/cache/blob/main/RELEASES.md) - [Commits](https://github.com/buildjet/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: buildjet/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/proof.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proof.yml b/.github/workflows/proof.yml index 9b3c741..474826a 100644 --- a/.github/workflows/proof.yml +++ b/.github/workflows/proof.yml @@ -26,7 +26,7 @@ jobs: with: prefix-key: v2-rust - - uses: buildjet/cache@v3 + - uses: buildjet/cache@v4 with: path: ~/.local/share/ark-srs key: buildjet-ark-srs-${{ hashFiles('**/*.bin') }}