Skip to content

Commit

Permalink
Bump actions/cache from 2.1.7 to 3 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 24, 2022
1 parent 5390631 commit 7338ccc
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 @@ -73,7 +73,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 7338ccc

Please sign in to comment.