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 35e6c24 commit 41e8b2dCopy full SHA for 41e8b2d
.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51
with:
52
path: ~/.cache/pre-commit
53
key: pre-commit-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments