Skip to content

Commit e8a6e4e

Browse files
chore(deps): update pypa/cibuildwheel action to v2.23.1
1 parent fb8ee1f commit e8a6e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # v2.23.0
129+
uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
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@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # v2.23.0
192+
uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
193193
env:
194194
CIBW_ARCHS: ${{ matrix.archs }}
195195
CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}

0 commit comments

Comments
 (0)