File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
22
sudo apt-get install abi-compliance-checker abi-dumper
23
23
24
24
- name : Checkout merged-base
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
ref : ${{ github.event.pull_request.base.ref }}
28
28
32
32
abi-dumper build/libcsp.so -lver "merged-base" -o ../tmp/libcsp-merged-base.dump
33
33
34
34
- name : Checkout Current PR
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
ref : ${{github.event.pull_request.head.ref}}
Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
14
14
sudo apt-get install ninja-build meson tree
15
15
16
16
- name : Checkout Test App
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
repository : libcsp/libcsp-freertos
20
20
21
21
- name : Checkout FreeRTOS Kernel
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
repository : FreeRTOS/FreeRTOS-Kernel
25
25
path : freertos
26
26
27
27
- name : Checkout libcsp under subprojects
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
path : subprojects/libcsp
31
31
Original file line number Diff line number Diff line change 36
36
sudo apt-get install ninja-build ${{ matrix.buildsystem }}
37
37
38
38
- name : Checkout
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
41
41
- name : Build libcsp examples
42
42
run : python3 examples/buildall.py --build-system=${{ matrix.buildsystem }}
Original file line number Diff line number Diff line change 34
34
python3 --version
35
35
36
36
- name : Checkout
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
path : libcsp-zephyr
40
40
repository : yashi/libcsp-zephyr
Original file line number Diff line number Diff line change 61
61
sudo apt-get install ninja-build ${{ matrix.buildsystem }}
62
62
63
63
- name : Checkout
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
66
66
- name : Build
67
67
env :
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Install codespell
18
18
run : pip install codespell
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout the repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Setup packages on Linux
23
23
if : ${{ runner.os == 'Linux' }}
Original file line number Diff line number Diff line change 16
16
pip3 install gitlint
17
17
18
18
- name : Checkout the code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Linelint
17
17
uses : fernandrone/linelint@master
You can’t perform that action at this time.
0 commit comments