From 5c8e1824d1c85a959dc9227baf35064f746912d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:56:56 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/poseidon.yml | 2 +- .github/workflows/steel.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/poseidon.yml b/.github/workflows/poseidon.yml index 41dc3ec5..e449ead7 100644 --- a/.github/workflows/poseidon.yml +++ b/.github/workflows/poseidon.yml @@ -130,7 +130,7 @@ jobs: # Cache Poseidon binary - name: Cache Poseidon binary id: cache-poseidon - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cargo/bin/poseidon key: poseidon-${{ runner.os }}-${{ steps.poseidon-sha.outputs.sha }} diff --git a/.github/workflows/steel.yml b/.github/workflows/steel.yml index 86da8c66..c3604b17 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -146,7 +146,7 @@ jobs: run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cargo/bin/steel key: ${{ runner.os }}-steel-cli