File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 56
56
uses : " actions/checkout@v3"
57
57
58
58
- name : " Set up Python"
59
- uses : " actions/setup-python@v3 "
59
+ uses : " actions/setup-python@v4 "
60
60
with :
61
61
python-version : " ${{ matrix.python-version }}"
62
62
cache : pip
93
93
uses : " actions/checkout@v3"
94
94
95
95
- name : " Set up Python"
96
- uses : " actions/setup-python@v3 "
96
+ uses : " actions/setup-python@v4 "
97
97
with :
98
98
python-version : " 3.8"
99
99
cache : pip
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
uses : actions/checkout@v3
135
135
136
136
- name : " Install Python 3.8"
137
- uses : actions/setup-python@v3
137
+ uses : actions/setup-python@v4
138
138
with :
139
139
python-version : " 3.8"
140
140
cache : pip
@@ -171,7 +171,7 @@ jobs:
171
171
uses : actions/checkout@v3
172
172
173
173
- name : " Install Python 3.8"
174
- uses : actions/setup-python@v3
174
+ uses : actions/setup-python@v4
175
175
with :
176
176
python-version : " 3.8"
177
177
cache : pip
@@ -203,7 +203,7 @@ jobs:
203
203
uses : actions/checkout@v3
204
204
205
205
- name : " Install PyPy"
206
- uses : actions/setup-python@v3
206
+ uses : actions/setup-python@v4
207
207
with :
208
208
# PYVERSIONS
209
209
python-version : " pypy-3.7"
Original file line number Diff line number Diff line change 54
54
python-version : " ${{ matrix.python-version }}"
55
55
56
56
- name : " Install ${{ matrix.python-version }} with setup-python"
57
- uses : " actions/setup-python@v3 "
57
+ uses : " actions/setup-python@v4 "
58
58
if : " startsWith(matrix.python-version, 'pypy-')"
59
59
with :
60
60
python-version : " ${{ matrix.python-version }}"
Original file line number Diff line number Diff line change 34
34
uses : " actions/checkout@v3"
35
35
36
36
- name : " Install Python"
37
- uses : " actions/setup-python@v3 "
37
+ uses : " actions/setup-python@v4 "
38
38
with :
39
39
python-version : " 3.7" # Minimum of PYVERSIONS
40
40
cache : pip
60
60
uses : " actions/checkout@v3"
61
61
62
62
- name : " Install Python"
63
- uses : " actions/setup-python@v3 "
63
+ uses : " actions/setup-python@v4 "
64
64
with :
65
65
python-version : " 3.7" # Minimum of PYVERSIONS
66
66
cache : pip
Original file line number Diff line number Diff line change 55
55
uses : " actions/checkout@v3"
56
56
57
57
- name : " Set up Python"
58
- uses : " actions/setup-python@v3 "
58
+ uses : " actions/setup-python@v4 "
59
59
with :
60
60
python-version : " ${{ matrix.python-version }}"
61
61
# Can we start using the pip cache again?
You can’t perform that action at this time.
0 commit comments