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
The following commit(s) were added to refs/heads/master by this push:
new f6f9142e2 ci: Use latest GHA for ARM GCC setup
f6f9142e2 is described below
commit f6f9142e22b51f90912faef170bb0da1f479495f
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Nov 26 12:08:56 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_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 7881d96c6..35f59dbec 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_cc_target.yml
b/.github/workflows/build_cc_target.yml
index 4b78c6536..eda0d64b3 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 83efa8047..69b176898 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/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+ - 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 b666a0cb2..f4df660fc 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 Dependencies
diff --git a/.github/workflows/ports_syscfg_check.yml
b/.github/workflows/ports_syscfg_check.yml
index 5755a490e..5f06ec9d5 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/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+ - uses: carlosperate/[email protected]
with:
release: '12.2.Rel1'
- name: Install Dependencies