Skip to content

Commit f159cae

Browse files
chore(deps): bump docker/setup-qemu-action in the actions group (#523)
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.1.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action 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 7580d51 commit f159cae

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
@@ -110,7 +110,7 @@ jobs:
110110
- uses: yezz123/setup-uv@v4
111111

112112
- name: Set up QEMU
113-
uses: docker/setup-qemu-action@v3.1.0
113+
uses: docker/setup-qemu-action@v3.2.0
114114
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
115115

116116
- name: Build wheels

0 commit comments

Comments
 (0)