From aedcd3790ff7c2b11aeaf1f9fe5bd73921bf1524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:21:56 +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.17.5 to 0.18.0 - [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.17.5...v0.18.0) --- updated-dependencies: - dependency-name: 9elements/firmware-action dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor 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 d4b8d5f..7eba2fb 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.17.5 + uses: 9elements/firmware-action@v0.18.0 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 bbbac4f..ca7c3b4 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.17.5 + uses: 9elements/firmware-action@v0.18.0 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.17.5 + uses: 9elements/firmware-action@v0.18.0 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.17.5 + uses: 9elements/firmware-action@v0.18.0 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 9418ec8..e647065 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.17.5 + uses: 9elements/firmware-action@v0.18.0 with: # Required inputs config: 'coreboot-linuxboot-example.json'