Skip to content

Commit

Permalink
Merge pull request #164 from engeir/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.0.2
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
2 parents 7aa9f01 + 897b4fc commit afb7bd7
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 @@ -70,7 +70,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit afb7bd7

Please sign in to comment.