We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00b2662 + db8e64f commit 2913323Copy full SHA for 2913323
.github/workflows/pre-commit.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-python@v2
18
- name: Get python version
19
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
20
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
21
with:
22
path: ~/.cache/pre-commit
23
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments