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 48fa433 commit 6573379Copy full SHA for 6573379
.github/actions/restore-venv/action.yml
@@ -43,7 +43,7 @@ runs:
43
shell: bash
44
run: |
45
. venv/bin/activate
46
- PRE_COMMIT_HOME=${{ inputs.precommit-home}} pre-commit install-hooks
+ pre-commit install-hooks
47
- name: Save cache if (purposely) created
48
if: ${{ inputs.fail-on-miss == 'false' && steps.cache-create.outputs.cache-hit != 'true' }}
49
uses: actions/cache/save@v4
.github/workflows/verify.yml
@@ -4,9 +4,9 @@
4
name: Latest commit
5
6
env:
7
- CACHE_VERSION: 4
+ CACHE_VERSION: 5
8
DEFAULT_PYTHON: "3.13"
9
- PRE_COMMIT_HOME: ~/.cache/pre-commit
+ PRE_COMMIT_HOME: ${{ github.workspace }}/.cache/pre-commit
10
VENV: venv
11
12
on:
0 commit comments