Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit f56396a

Browse files
Merge pull request #84 from staticdev/dependabot/github_actions/actions/cache-v2
Bump actions/cache from v1.2.0 to v2
2 parents 6985f5c + b1bba3c commit f56396a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)