1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.1 to 1.8.2 (#6322)

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] 2024-06-07 21:22:01 +02:00 committed by GitHub
parent 59277de9f4
commit 9e98dfb853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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