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](https://github.com/actions/cache/compare/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>
This commit is contained in:
dependabot[bot]
2026-06-29 14:05:06 +00:00
committed by GitHub
parent aa7cfdb778
commit 8c34ebd5d0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: ${{ runner.tool_cache }}/cargo-vet
key: cargo-vet-bin-${{ env.CARGO_VET_REV }}
@@ -73,7 +73,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cargo/bin/