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 db9f9d56022 Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#39197)
db9f9d56022 is described below
commit db9f9d560229e1630a28827d93182f056cf05ea8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 2 08:12:45 2026 -0400
Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#39197)
Bumps
[docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from
4.1.0 to 4.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
-
[Commits](https://github.com/docker/setup-qemu-action/compare/06116385d9baf250c9f4dcb4858b16962ea869c3...96fe6ef7f33517b61c61be40b68a1882f3264fb8)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.2.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 e4fc279d0b3..bb18d0d8da9 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@06116385d9baf250c9f4dcb4858b16962ea869c3
+ - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8
if: ${{matrix.os_python.arch == 'aarch64'}}
name: Set up QEMU
- name: Install cibuildwheel