From 8254822a0e2041129eec9fa036fe330bf5647d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:24:56 -0500 Subject: [PATCH] Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#249) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58a47f8..ef5e8c50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: with: submodules: recursive - - uses: docker/setup-qemu-action@v2.2.0 + - uses: docker/setup-qemu-action@v3.0.0 if: matrix.arch != 'auto64' with: platforms: all diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5501925e..8654f595 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -46,7 +46,7 @@ jobs: arch: aarch64 steps: - - uses: docker/setup-qemu-action@v2.2.0 + - uses: docker/setup-qemu-action@v3.0.0 if: matrix.arch != 'auto64' with: platforms: arm64