Skip to content

Commit

Permalink
Merge pull request #391 from yfukai/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.0.0
  • Loading branch information
yfukai authored Feb 4, 2024
2 parents b786a59 + 897e483 commit e2a0446
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 @@ -78,7 +78,7 @@ jobs:
os.environ["GITHUB_OUTPUT"] = "result={}".format(result)
- name: Restore pre-commit cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit e2a0446

Please sign in to comment.