From dd77bdc177f8785e62563991b1745c2957eb47e4 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:33:52 +0300 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b4bdfcb..0465444 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM debian:stable-slim #ARG ARCH=amd64 -ARG NRF_CONNECT_TAG=v2.3.0 +ARG NRF_CONNECT_TAG=v2.4.0 # Should be for selected NRF_CONNECT_TAG -ARG ZEPHYR_NEEDED_TAG=0.15.2 +ARG ZEPHYR_NEEDED_TAG=0.16.0 # For new versions - xz -ARG ZEPHYR_ARCHIVE_EXTENSION=gz +ARG ZEPHYR_ARCHIVE_EXTENSION=xz # For entrypoint file ENV ZEPHYR_TAG=$ZEPHYR_NEEDED_TAG From edce3d3f1319c6e19bd3d31e3167f6354b6e85b6 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:34:10 +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 123b57b..507730b 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: default: 'build' runs: using: 'docker' - image: 'docker://sergeyladanov/nrf-connect-sdk:v2.3.0' + image: 'docker://sergeyladanov/nrf-connect-sdk:v2.4.0' args: - west - build From 584efedf8fb1e608d06e1448a952fcb90fa10f76 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:34:47 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f66138..745c4e2 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ To select the specific version of NRF Connect SDK you can reference a specific version of GitHub action: ``` uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0 +uses: embedd-actions/nrf-connect-sdk-ci@v2.4.0 ``` ## List of available tags ``` v2.3.0 +v2.4.0 ```