From 4ef68079132bb03723e4aafd94d29b13922e4602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:23:06 +0000 Subject: [PATCH] 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/nightly_build.yml | 4 ++-- .github/workflows/stable_build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index 24ca4505..3cc4b86d 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -194,7 +194,7 @@ jobs: repository: PhantomBot/PhantomBot persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: linux/amd64 - name: Set up Docker Buildx @@ -438,7 +438,7 @@ jobs: repository: PhantomBot/PhantomBot persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: linux/amd64,linux/arm64,linux/arm/v7 - name: Set up Docker Buildx diff --git a/.github/workflows/stable_build.yml b/.github/workflows/stable_build.yml index 314a6f90..718f1c18 100644 --- a/.github/workflows/stable_build.yml +++ b/.github/workflows/stable_build.yml @@ -126,7 +126,7 @@ jobs: repository: PhantomBot/PhantomBot persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: linux/amd64 - name: Set up Docker Buildx @@ -162,7 +162,7 @@ jobs: ref: refs/tags/${{ needs.workflowvars.outputs.branch }} persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: linux/amd64,linux/arm64,linux/arm/v7 - name: Set up Docker Buildx