Skip to content

Commit 5c8e182

Browse files
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c4bc25 commit 5c8e182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/poseidon.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# Cache Poseidon binary
131131
- name: Cache Poseidon binary
132132
id: cache-poseidon
133-
uses: actions/cache@v3
133+
uses: actions/cache@v4
134134
with:
135135
path: ~/.cargo/bin/poseidon
136136
key: poseidon-${{ runner.os }}-${{ steps.poseidon-sha.outputs.sha }}

.github/workflows/steel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
148148
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
149-
- uses: actions/cache@v3
149+
- uses: actions/cache@v4
150150
with:
151151
path: ~/.cargo/bin/steel
152152
key: ${{ runner.os }}-steel-cli

0 commit comments

Comments
 (0)