From 5935c2855c857bc7b3d4990c39ef3540199c38c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:37:05 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.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/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index fb7821f679..d525a174ce 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -17,7 +17,7 @@ jobs: with: node-version: "12.16.2" - run: npm install - - uses: docker/setup-qemu-action@v3.3.0 + - uses: docker/setup-qemu-action@v3.4.0 - uses: docker/setup-buildx-action@v3.9.0 - uses: docker/login-action@v3.3.0 if: >-