From ea094ae88a5f4258e8e50d3b2dc2dc003481d7f1 Mon Sep 17 00:00:00 2001 From: Sergey Ladanov Date: Fri, 26 Jun 2026 08:38:41 +0300 Subject: [PATCH 1/3] Update to 14.3.rel1 --- Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88fd3d5..2359048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable-slim -ARG VERSION=13.3.rel1 +ARG VERSION=14.3.rel1 RUN ARCH="$(dpkg --print-architecture)" && \ case $ARCH in \ diff --git a/README.md b/README.md index aafe9d1..1bdbc10 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: make - uses: embedd-actions/arm-gcc-ci@12.3.rel1 + uses: embedd-actions/arm-gcc-ci@14.3.rel1 with: command: make --directory Release all @@ -26,4 +26,5 @@ jobs: 11.3.rel1 12.3.rel1 13.3.rel1 +14.3.rel1 ``` From 666e5a1dec362b42c6d4addbe41eedd80c9dd6f6 Mon Sep 17 00:00:00 2001 From: Sergey Ladanov Date: Fri, 26 Jun 2026 08:39:12 +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 2c01ad3..d5c28cd 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: arm-none-eabi-gcc --version runs: using: 'docker' - image: 'docker://sergeyladanov/arm-gcc:13.3.rel1' + image: 'docker://sergeyladanov/arm-gcc:14.3.rel1' args: - ${{ inputs.command }} From d6e171c35071680e4794fee309238cbd91c3cc9c Mon Sep 17 00:00:00 2001 From: Sergey Ladanov Date: Fri, 26 Jun 2026 08:39:40 +0300 Subject: [PATCH 3/3] update ci --- .github/workflows/build_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 93894bf..152f6bf 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -11,7 +11,7 @@ jobs: steps: # Checkout repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Docker meta