Skip to content

Commit a59511d

Browse files
chore(deps): update actions/checkout action to v5
1 parent 379f9f2 commit a59511d

12 files changed

+15
-15
lines changed

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
TOOLCHAIN_VERSION: ${{ steps.setup.outputs.TOOLCHAIN_VERSION }}
6161
steps:
6262
- name: Checkout ATT
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
path: att
6666
- name: Find NCS SHA
@@ -69,7 +69,7 @@ jobs:
6969
echo "NCS_REV=${NCS_REV}" >> $GITHUB_ENV
7070
echo "NCS_REV=${NCS_REV}"
7171
- name: Checkout NCS
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
path: nrf
7575
repository: nrfconnect/sdk-nrf
@@ -92,7 +92,7 @@ jobs:
9292
version: ${{ env.VERSION }}
9393
steps:
9494
- name: Checkout
95-
uses: actions/checkout@v4
95+
uses: actions/checkout@v5
9696
with:
9797
path: thingy91x-oob
9898

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CMAKE_PREFIX_PATH: /opt/toolchains
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
path: thingy91x-oob
3434

.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

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

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

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- uses: actions/setup-node@v4
2323
with:

0 commit comments

Comments
 (0)