Skip to content

Commit 3134bc6

Browse files
chore(deps): update actions/cache action to v4.2.0
1 parent 83c4540 commit 3134bc6

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
@@ -72,7 +72,7 @@ jobs:
7272
7373
print("::set-output name=result::{}".format(result))
7474
- name: Restore pre-commit cache
75-
uses: actions/cache@v4.1.2
75+
uses: actions/cache@v4.2.0
7676
if: matrix.session == 'pre-commit'
7777
with:
7878
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)