File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 cancel-in-progress : true
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 with :
4242 path : edgehog-zephyr-device
4343
Original file line number Diff line number Diff line change 4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 path : edgehog-zephyr-device
5555
7777 pip install coverxygen
7878
7979 - name : Checkout Astarte SDK individually
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
8181 with :
8282 repository : astarte-platform/astarte-device-sdk-zephyr
8383 path : astarte-device-sdk-zephyr
Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
3535 cancel-in-progress : true
3636 steps :
3737 - name : Checkout Astarte SDK
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 repository : astarte-platform/astarte-device-sdk-zephyr
4141 path : astarte-device-sdk-zephyr
4242 ssh-key : ${{ secrets.SSH_EDGEHOG_DEVICE_ZEPHYR_PRIV_KEY }}
4343 - name : Checkout Edgehog device
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 path : edgehog-zephyr-device
4747 - name : Set CI manifest as defaults (edgehog)
4848 working-directory : edgehog-zephyr-device
4949 run : mv west-ci.yml west.yml
5050 - name : Checkout Edgehog interfaces
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 repository : edgehog-device-manager/edgehog-astarte-interfaces
5454 ref : ${{ env.EDGEHOG_INTERFACES_REF }}
Original file line number Diff line number Diff line change 1010 check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : REUSE Compliance Check
1515 uses : fsfe/reuse-action@v5
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 cancel-in-progress : true
3333 steps :
3434 - name : Checkout Astarte SDK individually
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 repository : astarte-platform/astarte-device-sdk-zephyr
3838 path : astarte-device-sdk-zephyr
3939 ssh-key : ${{ secrets.SSH_EDGEHOG_DEVICE_ZEPHYR_PRIV_KEY }}
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 path : edgehog-zephyr-device
4444 - name : Set CI manifest as defaults
@@ -67,13 +67,13 @@ jobs:
6767 cancel-in-progress : true
6868 steps :
6969 - name : Checkout Astarte SDK individually
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v5
7171 with :
7272 repository : astarte-platform/astarte-device-sdk-zephyr
7373 path : astarte-device-sdk-zephyr
7474 ssh-key : ${{ secrets.SSH_EDGEHOG_DEVICE_ZEPHYR_PRIV_KEY }}
7575 - name : Checkout
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 with :
7878 path : edgehog-zephyr-device
7979 - name : Set CI manifest as defaults
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 cancel-in-progress : true
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 path : edgehog-zephyr-device
4040
4141 - name : Checkout Astarte SDK individually
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 repository : astarte-platform/astarte-device-sdk-zephyr
4545 path : astarte-device-sdk-zephyr
You can’t perform that action at this time.
0 commit comments