Skip to content

Commit

Permalink
Merge pull request #250 from rajivsarvepalli/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-3.0.5

Bump actions/cache from 2.1.6 to 3.0.5
  • Loading branch information
rajivsarvepalli authored Jul 30, 2022
2 parents 91abde2 + a5f2b50 commit 061d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.5
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 061d021

Please sign in to comment.