From 6944ae67b0e50a6cbd6d476341a78f79d8afaecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:33:01 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.2.0 to 3.6.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.6.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action 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..d009536 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.6.0 with: image: tonistiigi/binfmt:qemu-v6.2.0 platforms: linux/amd64,linux/arm64,linux/arm/v7