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 dfb9504 commit 1d18eb7Copy full SHA for 1d18eb7
.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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
51
with:
52
path: ~/.cache/pre-commit
53
key: pre-commit-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments