From 697c2170d6270b429e45a0fcffb2dc77601c5aa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:46:36 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.19.0 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }}