Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 8e2ca43

Browse files
Merge pull request #64 from staticdev/dependabot/github_actions/actions/cache-v2
Bump actions/cache from v1.2.0 to v2
2 parents 3722813 + ec94371 commit 8e2ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
print("::set-output name=result::{}".format(result))
6666
6767
- name: Restore pre-commit cache
68-
uses: actions/cache@v1.2.0
68+
uses: actions/cache@v2
6969
if: matrix.session == 'pre-commit'
7070
with:
7171
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)