4141 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4242
4343 steps :
44- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545 with :
4646 fetch-depth : 0
4747 persist-credentials : false
@@ -137,13 +137,13 @@ jobs:
137137
138138 steps :
139139 - name : Download sdist
140- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
140+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
141141 with :
142142 name : cibw-sdist
143143 path : dist/
144144
145145 - name : Build wheels for CPython 3.14
146- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
146+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
147147 with :
148148 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149 env :
@@ -157,7 +157,7 @@ jobs:
157157 --upgrade --pre --only-binary=:all: contourpy numpy pillow
158158
159159 - name : Build wheels for CPython 3.13
160- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
160+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
161161 with :
162162 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
163163 env :
@@ -166,23 +166,23 @@ jobs:
166166 CIBW_ARCHS : ${{ matrix.cibw_archs }}
167167
168168 - name : Build wheels for CPython 3.12
169- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
169+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
170170 with :
171171 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172172 env :
173173 CIBW_BUILD : " cp312-*"
174174 CIBW_ARCHS : ${{ matrix.cibw_archs }}
175175
176176 - name : Build wheels for CPython 3.11
177- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
177+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
178178 with :
179179 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180180 env :
181181 CIBW_BUILD : " cp311-*"
182182 CIBW_ARCHS : ${{ matrix.cibw_archs }}
183183
184184 - name : Build wheels for PyPy
185- uses : pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
185+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
186186 with :
187187 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188188 env :
@@ -209,7 +209,7 @@ jobs:
209209 contents : read
210210 steps :
211211 - name : Download packages
212- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
212+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
213213 with :
214214 pattern : cibw-*
215215 path : dist
0 commit comments