From d7f7586e42ffda1dcd2b38aca02a2844105d6cd8 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:08:11 +0300 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 081beee..ae9b7fd 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 7f5dd3f7e049b46fa4d92eb27c3f71d3cd33aed7 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:08:33 +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 a7bf58a528f09495c14cd42fa188af8ae241a8dc Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:09:15 +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 ```