From 28d91f147a5b602f40c4b886f05cb2fbb4548399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 02:28:44 +0000 Subject: [PATCH] chore(deps): 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/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index abc3c59..36737d5 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -34,7 +34,7 @@ jobs: changed=true fi echo "changed=$changed" >> "$GITHUB_OUTPUT" - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 if: steps.changes.outputs.changed == 'true' - uses: docker/setup-buildx-action@v3 if: steps.changes.outputs.changed == 'true'