We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6255655 commit fb4a2a5Copy full SHA for fb4a2a5
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- run: python -m pip install pre-commit
40
41
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
42
with:
43
path: ~/.cache/pre-commit/
44
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments