Skip to content

Commit 35b1c73

Browse files
authored
Merge pull request #289 from Czarified/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 44b0cbf + 6b36ae8 commit 35b1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
print("::set-output name=result::{}".format(result))
8080
8181
- name: Restore pre-commit cache
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
if: matrix.session == 'pre-commit'
8484
with:
8585
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)