Skip to content

Commit d3b4d08

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dad7895 commit d3b4d08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "PY_HASH=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
4747
4848
- name: Restore pre-commit cache
49-
uses: actions/cache/restore@v4
49+
uses: actions/cache/restore@v5
5050
id: restore-cache
5151
with:
5252
path: |
@@ -64,7 +64,7 @@ jobs:
6464
run: pre-commit run --color=always --show-diff-on-failure --files ${{ steps.changed-files.outputs.all_changed_files }}
6565

6666
- name: Save pre-commit cache
67-
uses: actions/cache/save@v4
67+
uses: actions/cache/save@v5
6868
if: ${{ always() && steps.restore-cache.outputs.cache-hit != 'true' }}
6969
continue-on-error: true
7070
with:

0 commit comments

Comments
 (0)