From eff5664573fe757a6518f8bd30efd090a9fc642d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:05:59 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.2.0 to 3.7.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.7.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/multibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multibuild.yml b/.github/workflows/multibuild.yml index c51353a..1811494 100644 --- a/.github/workflows/multibuild.yml +++ b/.github/workflows/multibuild.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: QEMU Setup id: qemu - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.7.0 with: image: tonistiigi/binfmt:qemu-v6.2.0 platforms: linux/amd64,linux/arm64,linux/arm/v7