4444 fetch-depth : 0
4545 persist-credentials : false
4646
47- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
47+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
4848 name : Install Python
4949 with :
5050 python-version : ' 3.11'
@@ -131,13 +131,13 @@ jobs:
131131
132132 steps :
133133 - name : Download sdist
134- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
134+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
135135 with :
136136 name : cibw-sdist
137137 path : dist/
138138
139139 - name : Build wheels for CPython 3.13
140- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
140+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
141141 with :
142142 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143143 env :
@@ -148,15 +148,15 @@ jobs:
148148 CIBW_ARCHS : ${{ matrix.cibw_archs }}
149149
150150 - name : Build wheels for CPython 3.12
151- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
151+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
152152 with :
153153 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
154154 env :
155155 CIBW_BUILD : " cp312-*"
156156 CIBW_ARCHS : ${{ matrix.cibw_archs }}
157157
158158 - name : Build wheels for CPython 3.11
159- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
159+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
160160 with :
161161 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162162 env :
@@ -165,7 +165,7 @@ jobs:
165165
166166
167167 - name : Build wheels for PyPy
168- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
168+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
169169 with :
170170 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
171171 env :
@@ -194,7 +194,7 @@ jobs:
194194 contents : read
195195 steps :
196196 - name : Download packages
197- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
197+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
198198 with :
199199 pattern : cibw-*
200200 path : dist
@@ -204,7 +204,7 @@ jobs:
204204 run : ls dist
205205
206206 - name : Generate artifact attestation for sdist and wheel
207- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
207+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
208208 with :
209209 subject-path : dist/matplotlib-*
210210
0 commit comments