From a4f6ad8ea5e2cd34c334b361ed783ae9039b6ce4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:19:58 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v2.21.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 ebc5c1a4f..aaedbfb48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> "$GITHUB_ENV" - name: Create wheels - uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0 + uses: pypa/cibuildwheel@79b0dd328794e1180a7268444d46cdf12e1abd01 # v2.21.0 env: CIBW_ARCHS: ${{ matrix.archs }} CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }} @@ -185,7 +185,7 @@ jobs: platforms: arm64 - name: Create wheels - uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0 + uses: pypa/cibuildwheel@79b0dd328794e1180a7268444d46cdf12e1abd01 # v2.21.0 env: CIBW_ARCHS: ${{ matrix.archs }} CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}