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-07-01 09:16:37 +00:00
committed by GitHub
parent b1a1c56450
commit a37cf120d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Load cached venv
id: cached-uv-dependencies
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .venv
key: venv-${{ runner.os }}-python-3.13.1-${{ hashFiles('pyproject.toml', 'uv.lock') }}
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Load cached venv
id: cached-uv-dependencies
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .venv
key: venv-${{ runner.os }}-python-3.13.1-${{ hashFiles('pyproject.toml', 'uv.lock') }}