From 9e98dfb853f8e7f8157b0d09f06819ac4a255181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:22:01 +0200 Subject: [PATCH] chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.1 to 1.8.2 (#6322) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 50bd7e3bb..a3b184dca 100644 --- a/.github/workflows/build_micropython.yml +++ b/.github/workflows/build_micropython.yml @@ -52,7 +52,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.8.1 + uses: carlosperate/arm-none-eabi-gcc-action@v1.8.2 with: release: '9-2019-q4' # The arm-none-eabi-gcc release to use. - name: Build STM32 port