File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
python-version : ${{ env.py-semver }}
37
37
38
38
- name : Cache for pip
39
- uses : actions/cache@v2
39
+ uses : actions/cache@v3
40
40
with :
41
41
path : ~/.cache/pip
42
42
key : ${{ runner.os }}-pip-${{ matrix.step }}-${{ hashFiles('requirements.txt', 'tox.ini') }}
48
48
49
49
- name : MyPy cache
50
50
if : ${{ matrix.step == 'mypy' }}
51
- uses : actions/cache@v2
51
+ uses : actions/cache@v3
52
52
with :
53
53
path : .mypy_cache/${{ env.py-semver }}
54
54
key : mypy-${{ env.py-semver }}
@@ -127,7 +127,7 @@ jobs:
127
127
python-version : ${{ env.py-semver }}
128
128
129
129
- name : Cache for pip
130
- uses : actions/cache@v2
130
+ uses : actions/cache@v3
131
131
with :
132
132
path : ~/.cache/pip
133
133
key : ${{ runner.os }}-pip-${{ matrix.step }}-${{ hashFiles('requirements.txt') }}
@@ -158,7 +158,7 @@ jobs:
158
158
python-version : " 3.10" # quoted, otherwise that turns into the number 3.1
159
159
160
160
- name : Cache for pip
161
- uses : actions/cache@v2
161
+ uses : actions/cache@v3
162
162
with :
163
163
path : ~/.cache/pip
164
164
key : ${{ runner.os }}-pip-release-${{ hashFiles('requirements.txt', 'test-requirements.txt') }}
You can’t perform that action at this time.
0 commit comments