Skip to content

Commit

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

[DEPENDABOT]: Bump actions/cache from 3.3.1 to 4.0.2
  • Loading branch information
LouisK92 authored Apr 15, 2024
2 parents 47c3ba0 + 2e86fc2 commit 434dda7
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 @@ -103,7 +103,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 434dda7

Please sign in to comment.