From cd300c6fcfc2bb08d618fb493fe503b9ae401ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:36:39 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3.4.0 (#201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/image-build-common/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/image-build-common/action.yaml b/.github/actions/image-build-common/action.yaml index a58ff06..9252b37 100644 --- a/.github/actions/image-build-common/action.yaml +++ b/.github/actions/image-build-common/action.yaml @@ -27,7 +27,7 @@ runs: docker system prune --all --volumes --force - name: "[docker] set up qemu" - uses: docker/setup-qemu-action@v3.3.0 + uses: docker/setup-qemu-action@v3.4.0 - name: "[docker] set up buildx" uses: docker/setup-buildx-action@v3.9.0