We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400d5da + fce70fe commit 1f57c18Copy full SHA for 1f57c18
1 file changed
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
run: uv sync --all-extras --all-groups
37
38
- name: Cache pre-commit
39
- uses: actions/cache@v5
+ uses: actions/cache@v6
40
with:
41
path: ~/.cache/pre-commit/
42
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments