File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ jobs:
118
118
- uses : yezz123/setup-uv@v4
119
119
120
120
- name : Set up QEMU
121
- uses : docker/setup-qemu-action@v3.4 .0
121
+ uses : docker/setup-qemu-action@v3.6 .0
122
122
if : matrix.use_qemu && fromJSON(env.USE_QEMU)
123
123
124
124
- name : Build wheels
125
- uses : pypa/cibuildwheel@v2.22
125
+ uses : pypa/cibuildwheel@v2.23
126
126
if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
127
127
env :
128
128
CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -151,7 +151,7 @@ jobs:
151
151
fetch-depth : 0 # required for versioneer to find tags
152
152
153
153
- name : Build wheels
154
- uses : pypa/cibuildwheel@v2.22
154
+ uses : pypa/cibuildwheel@v2.23
155
155
env :
156
156
CIBW_ARCHS : " ${{ matrix.arch }}"
157
157
CIBW_BUILD : " cp39-manylinux_*"
@@ -307,7 +307,7 @@ jobs:
307
307
path : dist
308
308
309
309
- name : Generate artifact attestation for sdist and wheel
310
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
310
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
311
311
with :
312
312
subject-path : " dist/cmake-*"
313
313
You can’t perform that action at this time.
0 commit comments