File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : 3.x
18
18
- name : Install Graphviz
34
34
run : |
35
35
coverage combine `find . -name .coverage\*` && coverage xml
36
36
- name : Upload coverage to Codecov
37
- uses : codecov/codecov-action@v2
37
+ uses : codecov/codecov-action@v4
38
38
with :
39
39
name : Docs
Original file line number Diff line number Diff line change 25
25
python-version : " 3.10"
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Update Python installer
Original file line number Diff line number Diff line change 18
18
python-version : ["3.x"]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
- name : Install dependencies
Original file line number Diff line number Diff line change 13
13
if : github.event_name != 'pull_request' && (github.event_name != 'schedule' || github.repository_owner == 'ipython')
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Set up Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.10"
21
21
cache : pip
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
timeout-minutes : 5
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
- name : Set up Python
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
with :
27
27
python-version : 3.x
28
28
- name : Install dependencies
Original file line number Diff line number Diff line change 56
56
want-latest-entry-point-code : true
57
57
58
58
steps :
59
- - uses : actions/checkout@v3
59
+ - uses : actions/checkout@v4
60
60
- name : Set up Python ${{ matrix.python-version }}
61
- uses : actions/setup-python@v4
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : ${{ matrix.python-version }}
64
64
cache : pip
@@ -109,7 +109,7 @@ jobs:
109
109
./report-*.json
110
110
111
111
- name : Upload coverage to Codecov
112
- uses : codecov/codecov-action@v3
112
+ uses : codecov/codecov-action@v4
113
113
with :
114
114
name : Test
115
115
files : /home/runner/work/ipython/ipython/coverage.xml
You can’t perform that action at this time.
0 commit comments