We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba70b6 commit c478973Copy full SHA for c478973
.github/workflows/reuseable_cibuildwheel.yml
@@ -45,7 +45,7 @@ jobs:
45
arch: ${{ matrix.arch }}
46
47
- name: Set up QEMU
48
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
+ uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
49
if: runner.os == 'Linux' && inputs.extra && contains(matrix.qemu_arch, matrix.arch)
50
51
- name: Build wheels
0 commit comments