Skip to content

Commit 49263c2

Browse files
chore(deps): update actions/checkout action to v5
1 parent be3477d commit 49263c2

13 files changed

+17
-17
lines changed

.github/actions/toolchain/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: Checkout ATT
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
path: att
1515
- name: Find NCS SHA
@@ -19,7 +19,7 @@ runs:
1919
echo "NCS_REV=${NCS_REV}" >> $GITHUB_ENV
2020
echo "NCS_REV=${NCS_REV}"
2121
- name: Checkout NCS
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
path: nrf
2525
repository: nrfconnect/sdk-nrf

.github/workflows/attach_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: [build]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Download artifact
2929
uses: actions/download-artifact@v4

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
outputs:
6060
toolchain-version: ${{ steps.setup.outputs.toolchain-version }}
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
- uses: ./.github/actions/toolchain
6464
id: setup
6565
build:
@@ -74,7 +74,7 @@ jobs:
7474
version: ${{ env.VERSION }}
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878
with:
7979
path: thingy91x-oob
8080

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout the code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
path: thingy91x-oob
2323
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/dfu_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
toolchain-version: ${{ steps.setup.outputs.toolchain-version }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: ./.github/actions/toolchain
2929
id: setup
3030
analyze:
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
with:
4444
path: thingy91x-oob
4545

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout the code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2727
- name: Log in to the Container registry

.github/workflows/docs-build-and-publish-zooomin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Install dependencies
5050
run: |

.github/workflows/docs-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Install dependencies
2727
run: |

.github/workflows/on_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- /opt/setup-jlink:/opt/setup-jlink
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
path: thingy91x-oob
5959

.github/workflows/publish-firmware-bundles-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)