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 06:33:03 +00:00 committed by GitHub
parent 5447731768
commit d8ca9adf8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
fetch-depth: 5
- name: Setup cache
id: setup-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/cache

View file

@ -478,7 +478,7 @@ jobs:
shell: bash
- name: Setup cache
id: setup-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/cache