File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
submodules : true
54
54
55
55
- name : Set up Python
56
- uses : actions/setup-python@v4
56
+ uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ${{ matrix.python }}
59
59
cache : ' pip'
@@ -234,7 +234,7 @@ jobs:
234
234
submodules : true
235
235
236
236
- name : Set up Python
237
- uses : actions/setup-python@v4
237
+ uses : actions/setup-python@v5
238
238
with :
239
239
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
240
240
cache : ' pip'
@@ -306,7 +306,7 @@ jobs:
306
306
submodules : true
307
307
308
308
- name : Set up Python
309
- uses : actions/setup-python@v4
309
+ uses : actions/setup-python@v5
310
310
with :
311
311
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
312
312
cache : ' pip'
@@ -348,7 +348,7 @@ jobs:
348
348
submodules : true
349
349
350
350
- name : Set up Python
351
- uses : actions/setup-python@v4
351
+ uses : actions/setup-python@v5
352
352
with :
353
353
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
354
354
cache : ' pip'
You can’t perform that action at this time.
0 commit comments