From 25e12df32308ad31de60a14b06567d8f3e024ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:37:29 +0000 Subject: [PATCH] deps(ci): bump docker/setup-qemu-action Bumps the actions group with 1 update in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0712b01..cadb495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -351,7 +351,7 @@ jobs: npm run build -- --target "$TARGET" test -f "retrigger-nodejs-bindings.${{ matrix.suffix }}.node" - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 - name: Execute artifact under QEMU run: | @@ -589,7 +589,7 @@ jobs: - { platform: linux/arm/v7, suffix: linux-arm-gnueabihf } - { platform: linux/ppc64le, suffix: linux-ppc64-gnu } steps: - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 - name: Wait for registry propagation run: sleep 45