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 384aff7 commit d55de29Copy full SHA for d55de29
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
pip install pre-commit
19
- name: Set PY
20
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
21
- - uses: actions/cache@v2.1.6
+ - uses: actions/cache@v3
22
with:
23
path: ~/.cache/pre-commit
24
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments