From 87a8b43be5e0f2a054b6ebaa217b7c9b7b578adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:19:37 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e454455..20c45fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,7 +278,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: "3.x" - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 - run: pip install nox - run: nox -s test-crossenv -- ${{ matrix.platform.arch }} @@ -295,7 +295,7 @@ jobs: # need cross HEAD for https://github.com/cross-rs/cross/issues/1645 # will probably be ok to use released cross from 0.3 run: cargo install cross --git https://github.com/cross-rs/cross - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 - run: pip install nox - run: nox -s test-cross