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 0274dc1 commit 35e6c24Copy full SHA for 35e6c24
.github/workflows/pre-commit.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "PY_HASH=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
48
49
- name: Set up pre-commit cache
50
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
51
with:
52
path: ~/.cache/pre-commit
53
key: pre-commit-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments