From 64028e7e9fbbd69dd0786f157ad6a093fc342285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:24:46 +0000 Subject: [PATCH] build(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/new_version.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new_version.yaml b/.github/workflows/new_version.yaml index 09f6579..74beabc 100644 --- a/.github/workflows/new_version.yaml +++ b/.github/workflows/new_version.yaml @@ -24,7 +24,7 @@ jobs: git commit -m "chore: update submodules" shell: "bash" - name: "Set up QEMU Emulation" - uses: "docker/setup-qemu-action@v3" + uses: "docker/setup-qemu-action@v4" with: image: "tonistiigi/binfmt:latest" - name: "Test" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e7a2ff..a13280f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: fetch-tags: true submodules: "recursive" - name: "Set up QEMU Emulation" - uses: "docker/setup-qemu-action@v3" + uses: "docker/setup-qemu-action@v4" with: image: "tonistiigi/binfmt:latest" - name: "Test"