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'