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 d6b0d26 + 84d3e06 commit fbf8eb2Copy full SHA for fbf8eb2
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install pre-commit
23
- name: Set PY
24
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
25
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
26
with:
27
path: ~/.cache/pre-commit
28
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments