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