Skip to content

Commit d8a52a9

Browse files
dependabot[bot]AtomicFS
authored andcommitted
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.4 to 0.19.5 - [Release notes](https://github.com/9elements/firmware-action/releases) - [Changelog](https://github.com/9elements/firmware-action/blob/main/CHANGELOG.md) - [Commits](9elements/firmware-action@v0.19.4...v0.19.5) --- updated-dependencies: - dependency-name: 9elements/firmware-action dependency-version: 0.19.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7355800 commit d8a52a9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coreboot-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# ANCHOR: CorebootExample
2020
- name: firmware-action
21-
uses: 9elements/firmware-action@v0.19.4
21+
uses: 9elements/firmware-action@v0.19.5
2222
id: firmware
2323
with:
2424
config: 'coreboot-example.json'

.github/workflows/linuxboot-example-separate-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# ANCHOR: Parametric
2525
- name: firmware-action
2626
id: firmware-action
27-
uses: 9elements/firmware-action@v0.19.4
27+
uses: 9elements/firmware-action@v0.19.5
2828
with:
2929
config: 'coreboot-linuxboot-example-matrix.json'
3030
target: 'uroot-example-${{ matrix.release_type }}'
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: firmware-action
5656
id: firmware-action
57-
uses: 9elements/firmware-action@v0.19.4
57+
uses: 9elements/firmware-action@v0.19.5
5858
with:
5959
config: 'coreboot-linuxboot-example-matrix.json'
6060
target: 'linux-example-with-uroot-${{ matrix.release_type }}'
@@ -82,7 +82,7 @@ jobs:
8282
git submodule update --depth 1 --init --recursive --checkout
8383
8484
- name: firmware-action
85-
uses: 9elements/firmware-action@v0.19.4
85+
uses: 9elements/firmware-action@v0.19.5
8686
with:
8787
config: 'coreboot-linuxboot-example-matrix.json'
8888
target: 'coreboot-example-with-linuxboot-${{ matrix.release_type }}'

.github/workflows/linuxboot-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
# ANCHOR: AllFeatures
2222
- name: firmware-action
23-
uses: 9elements/firmware-action@v0.19.4
23+
uses: 9elements/firmware-action@v0.19.5
2424
with:
2525
# Required inputs
2626
config: 'coreboot-linuxboot-example.json'

0 commit comments

Comments
 (0)