Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (python#169)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent f02f8bf commit 7958218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip install pre-commit

- name: Cache pre-commit tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: pre-commit-${{ runner.os }}-${{ steps.setup_python.outputs.python-version}}-${{ hashFiles('.pre-commit-config.yaml') }}
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 7958218

Please sign in to comment.