File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
if : ${{ github.repository == 'p4lang/p4runtime-shell' }}
12
12
runs-on : [ubuntu-latest]
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
Original file line number Diff line number Diff line change 19
19
- 5000:5000
20
20
steps :
21
21
- name : Check-out code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
- name : Set up Docker Buildx
24
24
uses : docker/setup-buildx-action@v3
25
25
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check-out code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Update TOCs
17
17
run : make toc
18
18
- name : Check for changes
You can’t perform that action at this time.
0 commit comments