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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4275a6ff0 ci: Use latest GHA for ARM GCC setup
4275a6ff0 is described below

commit 4275a6ff085ed0a70f8a93250dfca32e20030cce
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Nov 26 12:40:46 2025 +0100

    ci: Use latest GHA for ARM GCC setup
    
    This version has updated cache actions.
---
 .github/workflows/build_all_apps.yml   | 2 +-
 .github/workflows/build_blinky.yml     | 2 +-
 .github/workflows/build_bootloader.yml | 2 +-
 .github/workflows/build_cc_target.yml  | 2 +-
 .github/workflows/build_targets.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 5fea05090..3e7e971ec 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/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_blinky.yml 
b/.github/workflows/build_blinky.yml
index 70898cb6a..a62b4f019 100644
--- a/.github/workflows/build_blinky.yml
+++ b/.github/workflows/build_blinky.yml
@@ -34,7 +34,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: 
carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_bootloader.yml 
b/.github/workflows/build_bootloader.yml
index 9dc33e36e..cfe7a15e1 100644
--- a/.github/workflows/build_bootloader.yml
+++ b/.github/workflows/build_bootloader.yml
@@ -34,7 +34,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: 
carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - 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 81a79433c..a1d787bc4 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_targets.yml 
b/.github/workflows/build_targets.yml
index 1b660b348..115717b83 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/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/[email protected]
         with:
           release: '12.2.Rel1'
       - name: Install GNU sed

Reply via email to