From 2d6a2119eb965899bce7a6f623d7868d560ed769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:22:17 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3 to 4 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05651b4..260f321 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,7 +160,7 @@ jobs: # Required to build aarch64 wheels. if: matrix.job.os.name == 'Linux' && matrix.job.os.arch == 'aarch64' name: Set up QEMU (linux/aarch64) - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: "arm64" @@ -168,7 +168,7 @@ jobs: # Required to build i686 wheels. if: matrix.job.os.name == 'Linux' && matrix.job.os.arch == 'i686' name: Set up QEMU (linux/i686) - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: "386"