Skip to content

Commit 69a72b7

Browse files
chore(deps): bump docker/setup-qemu-action from 1.2.0 to 2.0.0 (#111)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1.2.0...v2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb3351f commit 69a72b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0 # required for versioneer to find tags
5252

5353
- name: Set up QEMU
54-
uses: docker/setup-qemu-action@v1.2.0
54+
uses: docker/setup-qemu-action@v2.0.0
5555
if: runner.os == 'Linux'
5656

5757
- name: Build wheels

0 commit comments

Comments
 (0)