File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ jobs:
109
109
fetch-depth : 0
110
110
111
111
- name : Set up QEMU
112
- uses : docker/setup-qemu-action@v3.4 .0
112
+ uses : docker/setup-qemu-action@v3.6 .0
113
113
if : matrix.use_qemu
114
114
115
- - uses : pypa/cibuildwheel@v2.22.0
115
+ - uses : pypa/cibuildwheel@v2.23.2
116
116
env :
117
117
CIBW_BUILD : " cp312-*"
118
118
CIBW_ARCHS : " ${{ matrix.arch }}"
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ jobs:
101
101
fetch-depth : 0
102
102
103
103
- name : Set up QEMU
104
- uses : docker/setup-qemu-action@v3.4 .0
104
+ uses : docker/setup-qemu-action@v3.6 .0
105
105
if : matrix.use_qemu
106
106
107
- - uses : pypa/cibuildwheel@v2.22.0
107
+ - uses : pypa/cibuildwheel@v2.23.2
108
108
env :
109
109
CIBW_BUILD : " ${{ matrix.python-version }}-*"
110
110
CIBW_ARCHS : " ${{ matrix.arch }}"
You can’t perform that action at this time.
0 commit comments