From 82b7057b700a585eacc81745d1a66928944405a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:03:20 +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.7.0 to 0.8.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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: 9elements/firmware-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 4fdb31f..c2009f4 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -23,7 +23,7 @@ jobs: submodules: 'recursive' - name: firmware-action - uses: 9elements/firmware-action@v0.7.0 + uses: 9elements/firmware-action@v0.8.0 with: config: 'firmware-action.json' target: 'coreboot-example'