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:
109109 fetch-depth : 0
110110
111111 - name : Set up QEMU
112- uses : docker/setup-qemu-action@v3.4 .0
112+ uses : docker/setup-qemu-action@v3.6 .0
113113 if : matrix.use_qemu
114114
115- - uses : pypa/cibuildwheel@v2.22.0
115+ - uses : pypa/cibuildwheel@v2.23.2
116116 env :
117117 CIBW_BUILD : " cp312-*"
118118 CIBW_ARCHS : " ${{ matrix.arch }}"
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ jobs:
101101 fetch-depth : 0
102102
103103 - name : Set up QEMU
104- uses : docker/setup-qemu-action@v3.4 .0
104+ uses : docker/setup-qemu-action@v3.6 .0
105105 if : matrix.use_qemu
106106
107- - uses : pypa/cibuildwheel@v2.22.0
107+ - uses : pypa/cibuildwheel@v2.23.2
108108 env :
109109 CIBW_BUILD : " ${{ matrix.python-version }}-*"
110110 CIBW_ARCHS : " ${{ matrix.arch }}"
You can’t perform that action at this time.
0 commit comments