chore(deps): 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-30 08:35:54 +00:00 committed by GitHub
parent 5b4aa86d75
commit 90ffde134b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: Cache mdbook
id: cache-mdbook
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cargo/bin/mdbook
key: mdbook-0.5.2-${{ runner.os }}

View file

@ -82,7 +82,7 @@ jobs:
- name: Cache OWASP BenchmarkJava (1.2beta)
id: cache-owasp
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .eval-corpus/owasp_benchmark_v1.2
key: owasp-benchmark-1.2beta
@ -164,7 +164,7 @@ jobs:
- name: Cache ${{ matrix.corpus.name }}
id: cache-corpus
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .eval-corpus/${{ matrix.corpus.name }}
key: jsts-${{ matrix.corpus.name }}-${{ matrix.corpus.ref }}
@ -300,7 +300,7 @@ jobs:
- name: Cache ${{ matrix.corpus.name }}
id: cache-corpus
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .eval-corpus/${{ matrix.corpus.name }}
key: polyglot-${{ matrix.corpus.name }}-${{ matrix.corpus.ref }}

View file

@ -58,7 +58,7 @@ jobs:
npm run build
- name: Restore fuzz corpus
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: fuzz/corpus/${{ matrix.target }}
key: fuzz-corpus-${{ matrix.target }}-${{ github.sha }}