Skip to content

Commit

Permalink
Pin actions/cache to v2.1.1 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Oct 8, 2020
1 parent fc96219 commit 005d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v2
uses: actions/cache@v2.1.1
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 005d6de

Please sign in to comment.