This is an automated email from the ASF dual-hosted git repository.
mgorecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git
The following commit(s) were added to refs/heads/master by this push:
new 6affd38e ci: Update arm toolchain github action
6affd38e is described below
commit 6affd38e52a3e6d99dc89d8042f79ad63c32e87b
Author: Michal Gorecki <[email protected]>
AuthorDate: Tue Dec 2 14:46:42 2025 +0100
ci: Update arm toolchain github action
This fixes issues with downloading GCC.
---
.github/workflows/test_ambiguous_cfg.yml | 2 +-
.github/workflows/test_commands.yml | 2 +-
.github/workflows/test_sysinit.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test_ambiguous_cfg.yml
b/.github/workflows/test_ambiguous_cfg.yml
index e35b3cfd..93fa1ca1 100644
--- a/.github/workflows/test_ambiguous_cfg.yml
+++ b/.github/workflows/test_ambiguous_cfg.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/test_commands.yml
b/.github/workflows/test_commands.yml
index d0b72d66..e1962b22 100644
--- a/.github/workflows/test_commands.yml
+++ b/.github/workflows/test_commands.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/test_sysinit.yml
b/.github/workflows/test_sysinit.yml
index e0875c6f..f437cabf 100644
--- a/.github/workflows/test_sysinit.yml
+++ b/.github/workflows/test_sysinit.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