From 2c20c87d6648c2fea64ef6a41d69c37475d917c0 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:46:58 +0300 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41f487e..2207e29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM debian:stable-slim #ARG ARCH=amd64 -ARG NRF_CONNECT_TAG=v2.4.2 +ARG NRF_CONNECT_TAG=v2.5.0 # Should be for selected NRF_CONNECT_TAG -ARG ZEPHYR_NEEDED_TAG=0.16.0 +ARG ZEPHYR_NEEDED_TAG=0.16.1 # For new versions - xz ARG ZEPHYR_ARCHIVE_EXTENSION=xz From b94a29084863f86e44fd34178bd9b9238041f77d Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:47:26 +0300 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b168c5b..98d1c59 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: default: 'build' runs: using: 'docker' - image: 'docker://sergeyladanov/nrf-connect-sdk:v2.4.2' + image: 'docker://sergeyladanov/nrf-connect-sdk:v2.5.0' args: - west - build From 2ed022e7de2b4fe4cb3d6faba91bde7e398fbe83 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:47:58 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e0eb50..358bd8b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jobs: - name: Build - uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0 + uses: embedd-actions/nrf-connect-sdk-ci@v2.5.0 with: board: nrf52833dk_nrf52833 build_dir: build @@ -37,4 +37,5 @@ v2.3.0 v2.4.0 v2.4.1 v2.4.2 +v2.5.0 ```