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

Commit

Permalink
Merge pull request #84 from staticdev/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-v2

Bump actions/cache from v1.2.0 to v2
  • Loading branch information
github-actions[bot] authored Jun 9, 2020
2 parents 6985f5c + b1bba3c commit f56396a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v1.2.0
uses: actions/cache@v2
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit f56396a

Please sign in to comment.