Skip to content

Commit 37c9362

Browse files
build(deps): bump actions/cache from 4 to 5 (#38)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fafe1ee commit 37c9362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: "Restore cached Cargo"
3838
id: cache-restore
39-
uses: actions/cache/restore@v4
39+
uses: actions/cache/restore@v5
4040
with:
4141
path: |
4242
~/.cargo/bin/
@@ -59,7 +59,7 @@ jobs:
5959
- name: Save Cargo / Rust Cache
6060
id: cache-save
6161
if: ${{ github.event_name == 'push' }}
62-
uses: actions/cache/save@v4
62+
uses: actions/cache/save@v5
6363
with:
6464
path: |
6565
~/.cargo/bin/

0 commit comments

Comments
 (0)