We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85c6b7a + bd28c76 commit 9c3c789Copy full SHA for 9c3c789
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
python-version: 3.11
20
21
- name: Cache pre-commit
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ~/.cache/pre-commit
25
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments