Skip to content

Commit 6c7f4c3

Browse files
chore(deps): bump docker/setup-qemu-action in the actions group (#653)
Bumps the actions group with 1 update: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-qemu-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a43357 commit 6c7f4c3

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
@@ -129,7 +129,7 @@ jobs:
129129
enable-cache: false
130130

131131
- name: Set up QEMU
132-
uses: docker/setup-qemu-action@v3.6.0
132+
uses: docker/setup-qemu-action@v3.7.0
133133
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
134134

135135
- name: Build wheels

0 commit comments

Comments
 (0)