Skip to content

Commit 7586e53

Browse files
chore(major): update actions/cache action to v5
1 parent 11b3286 commit 7586e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: 3.14.2
2222

2323
- name: Cache pre-commit dependencies
24-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
24+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2525
with:
2626
path: ~/.cache/pre-commit
2727
key: pre-commit|${{ steps.setup-python.outputs.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)