We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02f8bf commit 7958218Copy full SHA for 7958218
.github/workflows/pre-commit-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
run: pip install pre-commit
17
18
- name: Cache pre-commit tools
19
- uses: actions/cache@v3
+ uses: actions/cache@v4
20
with:
21
key: pre-commit-${{ runner.os }}-${{ steps.setup_python.outputs.python-version}}-${{ hashFiles('.pre-commit-config.yaml') }}
22
path: ~/.cache/pre-commit
0 commit comments