From 8b74b71a8f99ce5644fb1c55871f98c2c520421a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:05:19 +0000 Subject: [PATCH] CI: Bump docker/setup-qemu-action from 2 to 4 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2...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/publish-pypi.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index aee7437..b91e88d 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -71,7 +71,7 @@ jobs: - name: Set up QEMU (Linux cross-arch userspace for aarch64) if: matrix.platform == 'linux' - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v4 with: platforms: all diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc5fd34..1ed82b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: submodules: recursive - name: Set up QEMU if: matrix.platform == 'linux' - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v4 with: platforms: all - name: Set up Docker Buildx