1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-01 23:47:33 +00:00 committed by GitHub
parent 6b8a288437
commit 14546db1a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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