Skip to content

Commit 5c896e2

Browse files
umati-botGoetz Goerisch
authored andcommitted
chore(deps): update docker/setup-qemu-action action to v4 (#503)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | action | major | `v3.7.0` → `v4.0.0` | --- ### Release Notes <details> <summary>docker/setup-qemu-action (docker/setup-qemu-action)</summary> ### [`v4.0.0`](https://github.com/docker/setup-qemu-action/releases/tag/v4.0.0) [Compare Source](docker/setup-qemu-action@v3.7.0...v4.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;245](docker/setup-qemu-action#245) - Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;241](docker/setup-qemu-action#241) - Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;244](docker/setup-qemu-action#244) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.67.0 to 0.77.0 in [#&#8203;243](docker/setup-qemu-action#243) - Bump [@&#8203;isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#&#8203;240](docker/setup-qemu-action#240) - Bump js-yaml from 3.14.1 to 3.14.2 in [#&#8203;231](docker/setup-qemu-action#231) - Bump lodash from 4.17.21 to 4.17.23 in [#&#8203;238](docker/setup-qemu-action#238) **Full Changelog**: <docker/setup-qemu-action@v3.7.0...v4.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://codeberg.org/umati/Sample-Server-asyncio/pulls/503 Co-authored-by: umati-bot <git-bot@umati.org> Co-committed-by: umati-bot <git-bot@umati.org>
1 parent e6ae9db commit 5c896e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@v3.7.0
46+
uses: docker/setup-qemu-action@v4.0.0
4747

4848
- name: Set up Buildx
4949
uses: docker/setup-buildx-action@v3.12.0

0 commit comments

Comments
 (0)