Skip to content

Commit f11c88e

Browse files
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](actions/cache@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>
1 parent 972a5af commit f11c88e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: "3.14"
3838
- run: pip install pre-commit packaging
39-
- uses: actions/cache@v5
39+
- uses: actions/cache@v6
4040
with:
4141
path: ~/.cache/pre-commit
4242
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)