Skip to content

Commit 504804d

Browse files
chore(deps): update pypa/cibuildwheel action to v2.23.3 (#1053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3501e08 commit 504804d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> "$GITHUB_ENV"
127127
128128
- name: Create wheels
129-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
129+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
130130
env:
131131
CIBW_ARCHS: ${{ matrix.archs }}
132132
CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }}
@@ -189,7 +189,7 @@ jobs:
189189
platforms: arm64
190190

191191
- name: Create wheels
192-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
192+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
193193
env:
194194
CIBW_ARCHS: ${{ matrix.archs }}
195195
CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}

0 commit comments

Comments
 (0)