We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e0bf2 commit 7cf3177Copy full SHA for 7cf3177
1 file changed
.github/workflows/pre-commit.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/cache@v4
25
with:
26
path: ~/.cache/pre-commit
27
- key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
+ key: pre-commit-v2-${{ hashFiles('.pre-commit-config.yaml') }}
28
29
- name: Run pre-commit on all files
30
run: pre-commit run --all-files --show-diff-on-failure
0 commit comments