File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 67
67
uses : " actions/checkout@v4"
68
68
69
69
- name : " Set up Python"
70
- uses : " actions/setup-python@v4 "
70
+ uses : " actions/setup-python@v5 "
71
71
with :
72
72
python-version : " ${{ matrix.python-version }}"
73
73
allow-prereleases : true
@@ -116,7 +116,7 @@ jobs:
116
116
uses : " actions/checkout@v4"
117
117
118
118
- name : " Set up Python"
119
- uses : " actions/setup-python@v4 "
119
+ uses : " actions/setup-python@v5 "
120
120
with :
121
121
python-version : " 3.8" # Minimum of PYVERSIONS
122
122
cache : pip
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
uses : actions/checkout@v4
148
148
149
149
- name : " Install Python 3.8"
150
- uses : actions/setup-python@v4
150
+ uses : actions/setup-python@v5
151
151
with :
152
152
# PYVERSIONS
153
153
python-version : " 3.8"
@@ -187,7 +187,7 @@ jobs:
187
187
uses : actions/checkout@v4
188
188
189
189
- name : " Install Python 3.8"
190
- uses : actions/setup-python@v4
190
+ uses : actions/setup-python@v5
191
191
with :
192
192
# PYVERSIONS
193
193
python-version : " 3.8"
@@ -221,7 +221,7 @@ jobs:
221
221
uses : actions/checkout@v4
222
222
223
223
- name : " Install PyPy"
224
- uses : actions/setup-python@v4
224
+ uses : actions/setup-python@v5
225
225
with :
226
226
python-version : " pypy-3.8" # Minimum of PyPy PYVERSIONS
227
227
cache : pip
Original file line number Diff line number Diff line change 66
66
python-version : " ${{ matrix.python-version }}"
67
67
68
68
- name : " Install ${{ matrix.python-version }} with setup-python"
69
- uses : " actions/setup-python@v4 "
69
+ uses : " actions/setup-python@v5 "
70
70
if : " startsWith(matrix.python-version, 'pypy-')"
71
71
with :
72
72
python-version : " ${{ matrix.python-version }}"
Original file line number Diff line number Diff line change 38
38
uses : " actions/checkout@v4"
39
39
40
40
- name : " Install Python"
41
- uses : " actions/setup-python@v4 "
41
+ uses : " actions/setup-python@v5 "
42
42
with :
43
43
python-version : " 3.8" # Minimum of PYVERSIONS
44
44
cache : pip
61
61
uses : " actions/checkout@v4"
62
62
63
63
- name : " Install Python"
64
- uses : " actions/setup-python@v4 "
64
+ uses : " actions/setup-python@v5 "
65
65
with :
66
66
python-version : " 3.8" # Minimum of PYVERSIONS, but at least 3.8
67
67
cache : pip
86
86
uses : " actions/checkout@v4"
87
87
88
88
- name : " Install Python"
89
- uses : " actions/setup-python@v4 "
89
+ uses : " actions/setup-python@v5 "
90
90
with :
91
91
python-version : " 3.11" # Doc version from PYVERSIONS
92
92
cache : pip
Original file line number Diff line number Diff line change 60
60
uses : " actions/checkout@v4"
61
61
62
62
- name : " Set up Python"
63
- uses : " actions/setup-python@v4 "
63
+ uses : " actions/setup-python@v5 "
64
64
with :
65
65
python-version : " ${{ matrix.python-version }}"
66
66
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments