File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
uses : actions/checkout@v4
105
105
106
106
- name : Setup Python
107
- uses : actions/setup-python@v5
107
+ uses : actions/setup-python@v6
108
108
with :
109
109
python-version : 3.x
110
110
@@ -166,7 +166,7 @@ jobs:
166
166
uses : actions/checkout@v4
167
167
168
168
- name : Setup Python
169
- uses : actions/setup-python@v5
169
+ uses : actions/setup-python@v6
170
170
with :
171
171
python-version : 3.x
172
172
@@ -228,7 +228,7 @@ jobs:
228
228
uses : actions/checkout@v4
229
229
230
230
- name : Setup Python
231
- uses : actions/setup-python@v5
231
+ uses : actions/setup-python@v6
232
232
with :
233
233
python-version : 3.x
234
234
architecture : ${{ matrix.platform.target }}
@@ -294,7 +294,7 @@ jobs:
294
294
uses : actions/checkout@v4
295
295
296
296
- name : Setup Python
297
- uses : actions/setup-python@v5
297
+ uses : actions/setup-python@v6
298
298
with :
299
299
python-version : 3.x
300
300
You can’t perform that action at this time.
0 commit comments