From c8c3bf08bd656a50bab635ae6c6baad1afba755a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:40:32 +0200 Subject: [PATCH] chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.2 to 1.9.0 (#6620) 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 577abebb19..56a4bd902c 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.8.2 + uses: carlosperate/arm-none-eabi-gcc-action@v1.9.0 with: release: '9-2019-q4' # The arm-none-eabi-gcc release to use. - name: Build STM32 port