Skip to content

Commit 96f12cb

Browse files
authored
Merge pull request #66 from mmottl/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e1f2866 + e66a259 commit 96f12cb

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Cache pre-commit’s virtual envs + hook repos
2929
- name: Cache pre-commit envs
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/pre-commit
3333
key: >

0 commit comments

Comments
 (0)