Skip to content

Commit e5905cc

Browse files
dependabot[bot]bbkrr
authored andcommitted
Bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 6589552 commit e5905cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.9'
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v6
2828
with:
2929
path: ${{ env.pythonLocation }}
3030
key: ${{ env.pythonLocation }}-v2-${{ hashFiles('setup.py') }}

0 commit comments

Comments
 (0)