There was an error while loading. Please reload this page.
2 parents b65213f + 43bf74f commit 79cfe05Copy full SHA for 79cfe05
1 file changed
.github/workflows/checks.yaml
@@ -31,15 +31,15 @@ jobs:
31
virtualenvs-create: true
32
virtualenvs-in-project: true
33
installer-parallel: true
34
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
35
with:
36
path: ~/.cache/pre-commit
37
key: ${{ runner.os }}-pre-commit-${{ matrix.python-version }}-${{ hashFiles('**/.pre-commit-config.yaml') }}
38
restore-keys: |
39
${{ runner.os }}-pre-commit-
40
- name: Cache poetry dependencies
41
id: cached-poetry-dependencies
42
- uses: actions/cache@v4
+ uses: actions/cache@v5
43
44
path: .venv
45
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments