We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb379bc commit 64cbc3dCopy full SHA for 64cbc3d
.github/workflows/ci-additional.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
python-version: ${{ matrix.python-version }}
33
- name: initialize cache
34
- uses: actions/cache@v3
+ uses: actions/cache@v4
35
36
path: ~/.cache/pip
37
key: ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{ hashFiles('ci/requirements/**.txt') }}
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: 0 # fetch all branches and tags
56
57
- name: cache pip
58
59
60
61
key: pip-py${{ matrix.python-version }}
0 commit comments