From 8cb031c92249d50c37180cd105e6b236869ddc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:13:32 +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.2 to 0.19.4 - [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.2...v0.19.4) --- updated-dependencies: - dependency-name: 9elements/firmware-action dependency-version: 0.19.4 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 0a11cb2..999fc9e 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.2 + uses: 9elements/firmware-action@v0.19.4 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 9de2622..5d36f39 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.2 + uses: 9elements/firmware-action@v0.19.4 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.2 + uses: 9elements/firmware-action@v0.19.4 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.2 + uses: 9elements/firmware-action@v0.19.4 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 e147c04..6cd1e66 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.2 + uses: 9elements/firmware-action@v0.19.4 with: # Required inputs config: 'coreboot-linuxboot-example.json'