File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 profile : minimal
138138 override : true
139139
140- - uses : actions/setup-python@v2
140+ - uses : actions/setup-python@v4
141141 with :
142142 python-version : 3.9
143143
@@ -205,9 +205,9 @@ jobs:
205205 - uses : AutoModality/action-clean@v1
206206 - uses : actions/checkout@v2
207207
208- - uses : actions/setup-python@v2
208+ - uses : actions/setup-python@v4
209209 with :
210- python-version : 3.7
210+ python-version : 3.9
211211
212212 - name : Build sdist
213213 run : python setup.py sdist
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 profile : minimal
258258 override : true
259259
260- - uses : actions/setup-python@v2
260+ - uses : actions/setup-python@v4
261261 with :
262262 python-version : 3.9
263263
@@ -290,9 +290,9 @@ jobs:
290290 - uses : AutoModality/action-clean@v1
291291 - uses : actions/checkout@v2
292292
293- - uses : actions/setup-python@v2
293+ - uses : actions/setup-python@v4
294294 with :
295- python-version : 3.7
295+ python-version : 3.9
296296
297297 - name : Build sdist
298298 run : python setup.py sdist
You can’t perform that action at this time.
0 commit comments