File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
python-version : ${{ env.py-semver }}
48
48
49
49
- name : Cache for pip
50
- uses : actions/cache@v2
50
+ uses : actions/cache@v3
51
51
with :
52
52
path : ~/.cache/pip
53
53
key : ${{ runner.os }}-pip-${{ matrix.step }}-${{ hashFiles('requirements.txt', 'tox.ini') }}
59
59
60
60
- name : MyPy cache
61
61
if : ${{ matrix.step == 'mypy' }}
62
- uses : actions/cache@v2
62
+ uses : actions/cache@v3
63
63
with :
64
64
path : .mypy_cache/${{ env.py-semver }}
65
65
key : mypy-${{ env.py-semver }}
97
97
python-version : ${{ env.py-semver }}
98
98
99
99
- name : Cache for pip
100
- uses : actions/cache@v2
100
+ uses : actions/cache@v3
101
101
with :
102
102
path : ~/.cache/pip
103
103
key : ${{ runner.os }}-pip-${{ matrix.step }}-${{ hashFiles('requirements.txt') }}
@@ -133,7 +133,7 @@ jobs:
133
133
python-version : " 3.10" # quoted, otherwise that turns into the number 3.1
134
134
135
135
- name : Cache for pip
136
- uses : actions/cache@v2
136
+ uses : actions/cache@v3
137
137
with :
138
138
path : ~/.cache/pip
139
139
key : ${{ runner.os }}-pip-release-${{ hashFiles('requirements.txt', 'test-requirements.txt') }}
Original file line number Diff line number Diff line change 31
31
python-version : " 3.10" # quoted, otherwise that turns into the number 3.1
32
32
33
33
- name : Cache for pip
34
- uses : actions/cache@v2
34
+ uses : actions/cache@v3
35
35
with :
36
36
path : ~/.cache/pip
37
37
key : ${{ runner.os }}-pip-release-${{ hashFiles('requirements.txt', 'test-requirements.txt') }}
You can’t perform that action at this time.
0 commit comments