From 476ea529fc4b4b9622151837f33d04ac6f150e09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:36:19 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v4 --- .github/workflows/prepare-docker/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-docker/action.yml b/.github/workflows/prepare-docker/action.yml index 0cba87fe..8907d752 100644 --- a/.github/workflows/prepare-docker/action.yml +++ b/.github/workflows/prepare-docker/action.yml @@ -29,7 +29,7 @@ runs: using: "composite" steps: - name: Docker Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: image: tonistiigi/binfmt:latest platforms: all