File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
os : [ ubuntu-latest ]
15
15
steps :
16
16
- name : Checkout Code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Set up Python ${{ matrix.python }}
19
19
uses : actions/setup-python@v5
20
20
with :
Original file line number Diff line number Diff line change 10
10
name : Python Doc Builder
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Set up Python
15
15
uses : actions/setup-python@v5
16
16
with :
Original file line number Diff line number Diff line change 9
9
name : Python Release Builder
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Set up Python
14
14
uses : actions/setup-python@v5
15
15
with :
Original file line number Diff line number Diff line change 9
9
name : Python Snapshot Builder
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Set up Python
14
14
uses : actions/setup-python@v5
15
15
with :
You can’t perform that action at this time.
0 commit comments