Skip to content

Commit 2259470

Browse files
ci(deps): bump actions/cache from 5 to 6 (#5)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0675022 commit 2259470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pre-commit-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pip install pre-commit
3535

3636
- name: Cache pre-commit hooks
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: ~/.cache/pre-commit
4040
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)