Skip to content

Commit b6648aa

Browse files
Bump docker/setup-qemu-action from 2 to 3 (#82)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6823ba commit b6648aa

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
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Set up QEMU
140140
if: ${{ matrix.platform_id == 'manylinux_aarch64' }}
141-
uses: docker/setup-qemu-action@v2
141+
uses: docker/setup-qemu-action@v3
142142
with:
143143
platforms: arm64
144144

0 commit comments

Comments
 (0)