chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.9.1 to 1.10.0 (#7535)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-15 12:31:50 +08:00
committed by GitHub
parent 7dae232b7f
commit bb896adc1a

View File

@@ -53,7 +53,7 @@ jobs:
# STM32 & RPi Pico port # STM32 & RPi Pico port
- name: arm-none-eabi-gcc - name: arm-none-eabi-gcc
if: matrix.port == 'stm32' || matrix.port == 'rp2' 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: with:
release: '9-2019-q4' # The arm-none-eabi-gcc release to use. release: '9-2019-q4' # The arm-none-eabi-gcc release to use.
- name: Build STM32 port - name: Build STM32 port