Skip to content

Commit a11252d

Browse files
chore(deps): update actions/cache action to v5 (#40)
1 parent f7d3a12 commit a11252d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: "3.12"
2727

2828
# Cache pre-commit environments
29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
with:
3131
path: ~/.cache/pre-commit
3232
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)