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 1df0cd0 commit 6b56d37Copy full SHA for 6b56d37
.github/workflows/pre-commit.yaml
@@ -19,7 +19,7 @@ jobs:
19
poetry export --with dev --format=requirements.txt --output=requirements.txt
20
- name: set PY
21
run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
22
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
23
with:
24
path: ~/.cache/pre-commit
25
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments