This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit d97ab2d2e642d296dd931ce7a0a8cf49fe77bf3b
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Dec 1 09:01:09 2025 +0100

    ci: Update arm toolchain github action
    
    This one fixes issues with downloading GCC.
---
 .github/workflows/build_all_apps.yml     | 2 +-
 .github/workflows/build_cc_target.yml    | 2 +-
 .github/workflows/build_ports.yml        | 2 +-
 .github/workflows/build_targets.yml      | 2 +-
 .github/workflows/ports_syscfg_check.yml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_all_apps.yml 
b/.github/workflows/build_all_apps.yml
index 35f59dbec..01e5eee97 100644
--- a/.github/workflows/build_all_apps.yml
+++ b/.github/workflows/build_all_apps.yml
@@ -34,7 +34,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/[email protected]
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_cc_target.yml 
b/.github/workflows/build_cc_target.yml
index eda0d64b3..33a670e46 100644
--- a/.github/workflows/build_cc_target.yml
+++ b/.github/workflows/build_cc_target.yml
@@ -35,7 +35,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/[email protected]
+      - uses: carlosperate/[email protected]
         with:
           release: ${{ matrix.gcc }}
       - name: Install newt
diff --git a/.github/workflows/build_ports.yml 
b/.github/workflows/build_ports.yml
index 69b176898..323b7435a 100644
--- a/.github/workflows/build_ports.yml
+++ b/.github/workflows/build_ports.yml
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: carlosperate/[email protected]
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_targets.yml 
b/.github/workflows/build_targets.yml
index 12101f2a3..e53f4ec0f 100644
--- a/.github/workflows/build_targets.yml
+++ b/.github/workflows/build_targets.yml
@@ -34,7 +34,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/[email protected]
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/ports_syscfg_check.yml 
b/.github/workflows/ports_syscfg_check.yml
index 5f06ec9d5..f21d9138c 100644
--- a/.github/workflows/ports_syscfg_check.yml
+++ b/.github/workflows/ports_syscfg_check.yml
@@ -39,7 +39,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/[email protected]
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies

Reply via email to