There was an error while loading. Please reload this page.
1 parent e3cb6b7 commit 6ee09acCopy full SHA for 6ee09ac
.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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
51
with:
52
path: ~/.cache/pre-commit
53
key: pre-commit-${{ env.PY_HASH }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments