From 14546db1a6235f8681c80f18ca6fc1c93d21109f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:47:33 +0000 Subject: [PATCH] chore(deps): bump carlosperate/arm-none-eabi-gcc-action Bumps [carlosperate/arm-none-eabi-gcc-action](https://github.com/carlosperate/arm-none-eabi-gcc-action) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/carlosperate/arm-none-eabi-gcc-action/releases) - [Changelog](https://github.com/carlosperate/arm-none-eabi-gcc-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: carlosperate/arm-none-eabi-gcc-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_micropython.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_micropython.yml b/.github/workflows/build_micropython.yml index ff595f945..e1cfaf0ce 100644 --- a/.github/workflows/build_micropython.yml +++ b/.github/workflows/build_micropython.yml @@ -53,7 +53,7 @@ jobs: # STM32 & RPi Pico port - name: arm-none-eabi-gcc if: matrix.port == 'stm32' || matrix.port == 'rp2' - uses: carlosperate/arm-none-eabi-gcc-action@v1.9.1 + uses: carlosperate/arm-none-eabi-gcc-action@v1.10.0 with: release: '9-2019-q4' # The arm-none-eabi-gcc release to use. - name: Build STM32 port