From b676c8b68d8708bfe52cce755a14565b3a9fd4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:52:39 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-with-upstream.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/release-with-upstream.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-with-upstream.yml b/.github/workflows/build-with-upstream.yml index 20af24f..04f67fd 100644 --- a/.github/workflows/build-with-upstream.yml +++ b/.github/workflows/build-with-upstream.yml @@ -63,7 +63,7 @@ jobs: echo "commit=$(git -C ./upstream/ rev-parse HEAD)" >> $GITHUB_OUTPUT - name: Set up QEMU - uses: docker/setup-qemu-action@v4.0.0 + uses: docker/setup-qemu-action@v4.1.0 with: platforms: ${{ env.ARCHS }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fa84f1..2bd528c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v6 - name: Set up QEMU - uses: docker/setup-qemu-action@v4.0.0 + uses: docker/setup-qemu-action@v4.1.0 with: platforms: ${{ env.ARCHS }} diff --git a/.github/workflows/release-with-upstream.yml b/.github/workflows/release-with-upstream.yml index 844ce06..4ee053b 100644 --- a/.github/workflows/release-with-upstream.yml +++ b/.github/workflows/release-with-upstream.yml @@ -77,7 +77,7 @@ jobs: echo "commit=$(git -C ./upstream/ rev-parse HEAD)" >> $GITHUB_OUTPUT - name: Set up QEMU - uses: docker/setup-qemu-action@v4.0.0 + uses: docker/setup-qemu-action@v4.1.0 with: platforms: ${{ env.ARCHS }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32c56e5..cc04b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: fi - name: Set up QEMU - uses: docker/setup-qemu-action@v4.0.0 + uses: docker/setup-qemu-action@v4.1.0 with: platforms: ${{ env.ARCHS }}