Skip to content

Commit bf57496

Browse files
dependabot[bot]jericht
authored andcommitted
chore(github): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 9995c45 commit bf57496

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust_quality.yml

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

7272
- name: Cache Cargo registry and build artifacts
7373
id: cache
74-
uses: actions/cache@v4
74+
uses: actions/cache@v6
7575
with:
7676
path: |
7777
~/.cargo/registry/index
@@ -133,7 +133,7 @@ jobs:
133133
# Restore-only: rust_quality(ubuntu) owns the cache write. Saving
134134
# from here too would race with that job.
135135
- name: Restore Cargo cache (read-only)
136-
uses: actions/cache/restore@v4
136+
uses: actions/cache/restore@v6
137137
with:
138138
path: |
139139
~/.cargo/registry/index

0 commit comments

Comments
 (0)