Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from schillerlab/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elopment/actions/cache-2.1.6

[DEPENDABOT]: Bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
Zethson authored Jun 8, 2021
2 parents 7bee7a2 + cac363d commit a5b3dc2
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 @@ -80,7 +80,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit a5b3dc2

Please sign in to comment.