We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e6c24 commit 3806e01Copy full SHA for 3806e01
.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
51
with:
52
path: ~/.cache/pre-commit
53
key: pre-commit-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments