From 80f55ac8b047026ee66d414813b278df5f46f2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 10:22:45 +0000 Subject: [PATCH] build(deps): bump docker/setup-qemu-action in the docker group Bumps the docker group with 1 update: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-qemu-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/push-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3de8a4d..9d62e71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: uses: hadolint/hadolint-action@v3.5.0 - name: Setup qemu - uses: docker/setup-qemu-action@v4.2.0 + uses: docker/setup-qemu-action@v4.3.0 - name: Setup buildx id: buildx diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index eda6dd1..cf9d245 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7 - name: Setup qemu - uses: docker/setup-qemu-action@v4.2.0 + uses: docker/setup-qemu-action@v4.3.0 - name: Setup buildx id: buildx