File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
python-version : [3.9]
29
29
steps :
30
30
- uses : actions/checkout@v5
31
- - uses : actions/setup-python@v5
31
+ - uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
- name : Install deps
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
- - uses : actions/setup-python@v5
33
+ - uses : actions/setup-python@v6
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- uses : ./.github/actions/install-machine-learning
Original file line number Diff line number Diff line change 47
47
- uses : actions/checkout@v5
48
48
with :
49
49
fetch-depth : 0
50
- - uses : actions/setup-python@v5
50
+ - uses : actions/setup-python@v6
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
cache : ' pip'
@@ -125,7 +125,7 @@ jobs:
125
125
python-version : 3.13
126
126
steps :
127
127
- uses : actions/checkout@v5
128
- - uses : actions/setup-python@v5
128
+ - uses : actions/setup-python@v6
129
129
with :
130
130
python-version : ${{ matrix.python-version }}
131
131
cache : ' pip'
@@ -189,7 +189,7 @@ jobs:
189
189
- uses : actions/checkout@v5
190
190
with :
191
191
fetch-depth : 0
192
- - uses : actions/setup-python@v5
192
+ - uses : actions/setup-python@v6
193
193
with :
194
194
python-version : ${{ matrix.python-version }}
195
195
cache : ' pip'
@@ -263,7 +263,7 @@ jobs:
263
263
python-version : [3.9]
264
264
steps :
265
265
- uses : actions/checkout@v5
266
- - uses : actions/setup-python@v5
266
+ - uses : actions/setup-python@v6
267
267
with :
268
268
python-version : ${{ matrix.python-version }}
269
269
- uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments