Skip to content

Commit

Permalink
Merge pull request #221 from theislab/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment/actions/cache-3.0.7

[DEPENDABOT]: Bump actions/cache from 2.1.7 to 3.0.7
  • Loading branch information
LouisK92 committed Aug 12, 2022
2 parents 85362dd + d12b52d commit 6e9bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.7
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 6e9bda8

Please sign in to comment.