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 85d8e38 commit bccbcdaCopy full SHA for bccbcda
.github/workflows/tests.yml
@@ -20,15 +20,15 @@ jobs:
20
cache: "pip"
21
22
- name: Cache pip dependencies
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
path: ~/.cache/pip
26
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'pytest.ini') }}
27
restore-keys: |
28
${{ runner.os }}-pip-
29
30
- name: Cache pytest cache
31
32
33
path: .pytest_cache
34
key: ${{ runner.os }}-pytest-${{ github.sha }}
0 commit comments