diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 948ce038a3..37c6705a4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> "$GITHUB_ENV" - name: Create wheels - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 env: CIBW_ARCHS: ${{ matrix.archs }} CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }} @@ -162,7 +162,7 @@ jobs: platforms: arm64 - name: Create wheels - uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18.1 + uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 env: CIBW_ARCHS: ${{ matrix.archs }} CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}