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 ce821cb commit ad3d4faCopy full SHA for ad3d4fa
.github/workflows/ci-additional.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
python-version: "3.10"
27
- name: initialize cache
28
- uses: actions/cache@v2
+ uses: actions/cache@v3
29
30
path: ~/.cache/pip
31
key: ${{ runner.os }}-pip-py3.10-${{ 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