From 21ea22399c7eccc3f48f876c3904cc983d6a3590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:06:13 +0000 Subject: [PATCH] Build(deps): Bump docker/setup-qemu-action from 4.2.0 to 4.3.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/96fe6ef7f33517b61c61be40b68a1882f3264fb8...1f40c72289eff860ee54a304f1438e3cff362e0a) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cibw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibw.yml b/.github/workflows/cibw.yml index ada41ec3..d1c79feb 100644 --- a/.github/workflows/cibw.yml +++ b/.github/workflows/cibw.yml @@ -56,7 +56,7 @@ jobs: - name: Set up QEMU if: matrix.os == 'ubuntu-latest' - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a with: platforms: arm64