Skip to content

Commit c2f8b37

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 0ea4387 commit c2f8b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)