Skip to content

Commit

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

[DEPENDABOT]: Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
JudithBernett authored Dec 12, 2024
2 parents 3ee0361 + 4085ec7 commit 2735740
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 @@ -65,7 +65,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 2735740

Please sign in to comment.