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 2828 python-version : [3.9]
2929 steps :
3030 - uses : actions/checkout@v5
31- - uses : actions/setup-python@v5
31+ - uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install deps
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
33- - uses : actions/setup-python@v5
33+ - uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - uses : ./.github/actions/install-machine-learning
Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
50- - uses : actions/setup-python@v5
50+ - uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353 cache : ' pip'
@@ -125,7 +125,7 @@ jobs:
125125 python-version : 3.13
126126 steps :
127127 - uses : actions/checkout@v5
128- - uses : actions/setup-python@v5
128+ - uses : actions/setup-python@v6
129129 with :
130130 python-version : ${{ matrix.python-version }}
131131 cache : ' pip'
@@ -189,7 +189,7 @@ jobs:
189189 - uses : actions/checkout@v5
190190 with :
191191 fetch-depth : 0
192- - uses : actions/setup-python@v5
192+ - uses : actions/setup-python@v6
193193 with :
194194 python-version : ${{ matrix.python-version }}
195195 cache : ' pip'
@@ -263,7 +263,7 @@ jobs:
263263 python-version : [3.9]
264264 steps :
265265 - uses : actions/checkout@v5
266- - uses : actions/setup-python@v5
266+ - uses : actions/setup-python@v6
267267 with :
268268 python-version : ${{ matrix.python-version }}
269269 - uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments