Skip to content

Commit 9d1e7c7

Browse files
Bump actions/cache from 4 to 5
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] <support@github.com>
1 parent 31ad512 commit 9d1e7c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
toolchain: stable
2222

2323
- name: Cache Cargo-installed binaries
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
id: cache-cargo
2626
with:
2727
path: ~/cargo-bin
@@ -81,7 +81,7 @@ jobs:
8181
toolchain: stable
8282

8383
- name: Cache Cargo-installed binaries
84-
uses: actions/cache@v4
84+
uses: actions/cache@v5
8585
id: cache-cargo
8686
with:
8787
path: ~/cargo-bin
@@ -192,7 +192,7 @@ jobs:
192192
toolchain: stable-msvc
193193

194194
- name: Cache Cargo-installed binaries
195-
uses: actions/cache@v4
195+
uses: actions/cache@v5
196196
id: cache-cargo
197197
with:
198198
path: ~/cargo-bin

0 commit comments

Comments
 (0)