Skip to content

Commit

Permalink
Merge pull request #68 from py-pdf/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
2 parents b5c8427 + 42990b3 commit 8901868
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 @@ -98,7 +98,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3
uses: actions/cache@v4
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 8901868

Please sign in to comment.