Skip to content

Commit f962ab3

Browse files
dependabot[bot]MateuszKubuszok
authored andcommitted
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d69bf61 commit f962ab3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
components: clippy, rustfmt
2626

2727
- name: Cache Cargo
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: |
3131
~/.cargo/registry
@@ -67,7 +67,7 @@ jobs:
6767
- uses: mlugg/setup-zig@v2
6868

6969
- name: Cache Cargo
70-
uses: actions/cache@v5
70+
uses: actions/cache@v6
7171
with:
7272
path: |
7373
~/.cargo/registry

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: mlugg/setup-zig@v2
3636

3737
- name: Cache Cargo
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
path: |
4141
~/.cargo/registry

0 commit comments

Comments
 (0)