File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Check out repository code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
# Setup Python (faster than using Python container)
21
21
- name : Setup Python
49
49
test-docs :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
- name : Test generating docs
54
54
run : make docs
55
55
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Check out repository code
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
63
63
- name : Setup Python
64
64
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout main
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Set up Python 3.11
24
24
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 10
10
name : release
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Set up Python 3.x
16
16
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments