This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 5096e63ecae Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#38718)
5096e63ecae is described below
commit 5096e63ecaebd8a0b060c17737d35a4f16f2e2da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 08:16:15 2026 -0400
Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#38718)
Bumps
[docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from
4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
-
[Commits](https://github.com/docker/setup-qemu-action/compare/ce360397dd3f832beb865e1373c09c0e9f86d70a...06116385d9baf250c9f4dcb4858b16962ea869c3)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build_wheels.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_wheels.yml
b/.github/workflows/build_wheels.yml
index 4db227385c7..532d946d409 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -245,7 +245,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
- - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
+ - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3
if: ${{matrix.os_python.arch == 'aarch64'}}
name: Set up QEMU
- name: Install cibuildwheel