From e344eb729e4834e79807c328759529af0288adc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:04:15 +0000 Subject: [PATCH] build(deps): Bump 9elements/firmware-action in the github group Bumps the github group with 1 update: [9elements/firmware-action](https://github.com/9elements/firmware-action). Updates `9elements/firmware-action` from 0.19.1 to 0.19.2 - [Release notes](https://github.com/9elements/firmware-action/releases) - [Changelog](https://github.com/9elements/firmware-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/9elements/firmware-action/compare/v0.19.1...v0.19.2) --- updated-dependencies: - dependency-name: 9elements/firmware-action dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/coreboot-example.yml | 2 +- .github/workflows/linuxboot-example-separate-jobs.yml | 6 +++--- .github/workflows/linuxboot-example.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coreboot-example.yml b/.github/workflows/coreboot-example.yml index 4513939..0a11cb2 100644 --- a/.github/workflows/coreboot-example.yml +++ b/.github/workflows/coreboot-example.yml @@ -18,7 +18,7 @@ jobs: # ANCHOR: CorebootExample - name: firmware-action - uses: 9elements/firmware-action@v0.19.1 + uses: 9elements/firmware-action@v0.19.2 id: firmware with: config: 'coreboot-example.json' diff --git a/.github/workflows/linuxboot-example-separate-jobs.yml b/.github/workflows/linuxboot-example-separate-jobs.yml index 2725f21..9de2622 100644 --- a/.github/workflows/linuxboot-example-separate-jobs.yml +++ b/.github/workflows/linuxboot-example-separate-jobs.yml @@ -24,7 +24,7 @@ jobs: # ANCHOR: Parametric - name: firmware-action id: firmware-action - uses: 9elements/firmware-action@v0.19.1 + uses: 9elements/firmware-action@v0.19.2 with: config: 'coreboot-linuxboot-example-matrix.json' target: 'uroot-example-${{ matrix.release_type }}' @@ -54,7 +54,7 @@ jobs: - name: firmware-action id: firmware-action - uses: 9elements/firmware-action@v0.19.1 + uses: 9elements/firmware-action@v0.19.2 with: config: 'coreboot-linuxboot-example-matrix.json' target: 'linux-example-with-uroot-${{ matrix.release_type }}' @@ -82,7 +82,7 @@ jobs: git submodule update --depth 1 --init --recursive --checkout - name: firmware-action - uses: 9elements/firmware-action@v0.19.1 + uses: 9elements/firmware-action@v0.19.2 with: config: 'coreboot-linuxboot-example-matrix.json' target: 'coreboot-example-with-linuxboot-${{ matrix.release_type }}' diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index 91301d6..cc1734c 100644 --- a/.github/workflows/linuxboot-example.yml +++ b/.github/workflows/linuxboot-example.yml @@ -20,7 +20,7 @@ jobs: # ANCHOR: AllFeatures - name: firmware-action - uses: 9elements/firmware-action@v0.19.1 + uses: 9elements/firmware-action@v0.19.2 with: # Required inputs config: 'coreboot-linuxboot-example.json'