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 926a39e commit ed4c510Copy full SHA for ed4c510
.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@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
49
if: runner.os == 'Linux' && inputs.extra && contains(matrix.qemu_arch, matrix.arch)
50
51
- name: Build wheels
0 commit comments