Skip to content

Commit

Permalink
Merge pull request #62 from daisybio/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…pment/actions/cache-4.1.2

[DEPENDABOT]: Bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
JudithBernett authored Oct 30, 2024
2 parents baf86a9 + cb652c5 commit e8f6612
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 @@ -68,7 +68,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit e8f6612

Please sign in to comment.