Skip to content

Commit

Permalink
Merge pull request #160 from wilhelm-lab/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…velopment/actions/cache-4.2.0

[DEPENDABOT]: Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
picciama authored Jan 9, 2025
2 parents f459be2 + e0dbca6 commit cff4e81
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 @@ -104,7 +104,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 cff4e81

Please sign in to comment.