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 8305a96 commit d1ab41bCopy full SHA for d1ab41b
1 file changed
.github/workflows/pre-commit.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
17
- name: set PY
18
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
19
- - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
20
with:
21
path: ~/.cache/pre-commit
22
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments