Skip to content

Commit a6c6cf1

Browse files
Bump docker/setup-qemu-action from 2 to 3 (#54)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16d052c commit a6c6cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Set up QEMU
157157
if: ${{ matrix.platform_id == 'manylinux_aarch64' }}
158-
uses: docker/setup-qemu-action@v2
158+
uses: docker/setup-qemu-action@v3
159159
with:
160160
platforms: arm64
161161

0 commit comments

Comments
 (0)