Skip to content

Commit e7997d7

Browse files
chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#404)
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](docker/setup-qemu-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35e32c3 commit e7997d7

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
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0 # required for versioneer to find tags
105105

106106
- name: Set up QEMU
107-
uses: docker/setup-qemu-action@v2.2.0
107+
uses: docker/setup-qemu-action@v3.0.0
108108
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
109109

110110
- name: Build wheels

0 commit comments

Comments
 (0)