@@ -142,7 +142,7 @@ jobs:
142
142
steps :
143
143
- name : " Setup QEMU"
144
144
if : matrix.os == 'ubuntu'
145
- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
145
+ uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3 .0
146
146
with :
147
147
platforms : arm64
148
148
@@ -152,7 +152,7 @@ jobs:
152
152
persist-credentials : false
153
153
154
154
- name : " Install Python"
155
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
155
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
156
156
with :
157
157
python-version : " 3.9" # Minimum of PYVERSIONS
158
158
cache : pip
@@ -182,7 +182,7 @@ jobs:
182
182
python -m twine check wheelhouse/*
183
183
184
184
- name : " Upload binary wheels"
185
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
185
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
186
186
with :
187
187
name : dist-${{ env.MATRIX_ID }}
188
188
path : wheelhouse/*.whl
@@ -198,7 +198,7 @@ jobs:
198
198
persist-credentials : false
199
199
200
200
- name : " Install Python"
201
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
201
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
202
202
with :
203
203
python-version : " 3.9" # Minimum of PYVERSIONS
204
204
cache : pip
@@ -223,7 +223,7 @@ jobs:
223
223
python -m twine check dist/*
224
224
225
225
- name : " Upload non-binary artifacts"
226
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
226
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
227
227
with :
228
228
name : dist-non-binary
229
229
path : dist/*
@@ -239,7 +239,7 @@ jobs:
239
239
persist-credentials : false
240
240
241
241
- name : " Install PyPy"
242
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
242
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
243
243
with :
244
244
python-version : " pypy-3.9" # Minimum of PyPy PYVERSIONS
245
245
cache : pip
@@ -267,7 +267,7 @@ jobs:
267
267
python -m twine check dist/*
268
268
269
269
- name : " Upload wheels"
270
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
270
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
271
271
with :
272
272
name : dist-pypy
273
273
path : dist/*.whl
@@ -312,7 +312,7 @@ jobs:
312
312
ls -alR
313
313
314
314
- name : " Upload signatures"
315
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
315
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
316
316
with :
317
317
name : signatures
318
318
path : " *.sigstore.json"
0 commit comments