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.
1 parent d41ac19 commit eb81912Copy full SHA for eb81912
.github/workflows/test-lint.yml
@@ -37,7 +37,7 @@ jobs:
37
python -m pip install --upgrade pdm pre-commit
38
pdm install -G dev --frozen-lockfile
39
40
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
41
with:
42
path: ~/.cache/pre-commit
43
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments