We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1b879 commit 1eadaf1Copy full SHA for 1eadaf1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
run: python -m pip install pre-commit && pre-commit install
17
- name: Load cached Pre-Commit Dependencies
18
id: cached-pre-commit-dependencies
19
- uses: actions/cache@v3
+ uses: actions/cache@v4
20
with:
21
path: ~/.cache/pre-commit/
22
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
@@ -43,7 +43,7 @@ jobs:
43
installer-parallel: true
44
- name: Load cached venv
45
id: cached-poetry-dependencies
46
47
48
path: .venv
49
key: v1-venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments