Skip to content

Commit b0664a4

Browse files
Update github-actions to v1.12.0 (#1749)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/github-builder](https://redirect.github.com/docker/github-builder) | action | minor | `v1.11.0` → `v1.12.0` | --- ### Release Notes <details> <summary>docker/github-builder (docker/github-builder)</summary> ### [`v1.12.0`](https://redirect.github.com/docker/github-builder/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/docker/github-builder/compare/v1.11.0...v1.12.0) - build/bake: preserve tag refs in git contexts by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;231](https://redirect.github.com/docker/github-builder/pull/231) - update Binfmt image to qemu-v10.2.3-68 in [#&#8203;228](https://redirect.github.com/docker/github-builder/pull/228) **Full Changelog**: <docker/github-builder@v1.11.0...v1.12.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Los_Angeles) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/riscv/riscv-arch-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoiYWN0NCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2bf97e9 commit b0664a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
act4-build-image:
13-
uses: docker/github-builder/.github/workflows/build.yml@70ac3fc303efa83d2b94905e6ab78bb83cbdc2ae # v1.11.0
13+
uses: docker/github-builder/.github/workflows/build.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0
1414
permissions:
1515
contents: read
1616
id-token: write
@@ -37,7 +37,7 @@ jobs:
3737
3838
act4-image:
3939
needs: act4-build-image
40-
uses: docker/github-builder/.github/workflows/build.yml@70ac3fc303efa83d2b94905e6ab78bb83cbdc2ae # v1.11.0
40+
uses: docker/github-builder/.github/workflows/build.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0
4141
permissions:
4242
contents: read
4343
id-token: write

0 commit comments

Comments
 (0)