Skip to content

Commit 54a66dd

Browse files
authored
Merge pull request #104 from edgehog-device-manager/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 53870dd + c73035f commit 54a66dd

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
path: edgehog-zephyr-device
5555

@@ -77,7 +77,7 @@ jobs:
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

.github/workflows/interface-generation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/reuse-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
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

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)