File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.9'
18
18
- name : Install dependencies
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-20.04
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.9'
22
22
- name : Install PyGithub
Original file line number Diff line number Diff line change 25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v3
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : 3.11
31
31
75
75
uses : actions/checkout@v3
76
76
77
77
- name : Set up Python
78
- uses : actions/setup-python@v3
78
+ uses : actions/setup-python@v5
79
79
with :
80
80
python-version : 3.11
81
81
Original file line number Diff line number Diff line change 19
19
id-token : write
20
20
steps :
21
21
- uses : actions/checkout@v3
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.8'
25
25
- name : Install dependencies
Original file line number Diff line number Diff line change 27
27
if : github.repository == 'scikit-learn/scikit-learn' && github.event_name == 'schedule'
28
28
steps :
29
29
- uses : actions/checkout@v3
30
- - uses : actions/setup-python@v4
30
+ - uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ' 3.9'
33
33
- name : Update tracking issue on GitHub
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
uses : actions/checkout@v3
123
123
124
124
- name : Setup Python
125
- uses : actions/setup-python@v4
125
+ uses : actions/setup-python@v5
126
126
with :
127
127
python-version : " 3.11" # update once build dependencies are available
128
128
@@ -198,7 +198,7 @@ jobs:
198
198
uses : actions/checkout@v3
199
199
200
200
- name : Setup Python
201
- uses : actions/setup-python@v4
201
+ uses : actions/setup-python@v5
202
202
with :
203
203
python-version : " 3.9" # update once build dependencies are available
204
204
@@ -236,7 +236,7 @@ jobs:
236
236
path : dist
237
237
238
238
- name : Setup Python
239
- uses : actions/setup-python@v4
239
+ uses : actions/setup-python@v5
240
240
241
241
- name : Upload artifacts
242
242
env :
You can’t perform that action at this time.
0 commit comments