@@ -23,11 +23,11 @@ jobs:
2323 permissions :
2424 contents : read
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727 with :
2828 persist-credentials : false
2929
30- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
30+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3131 with :
3232 python-version : 3.12
3333
@@ -46,19 +46,19 @@ jobs:
4646 permissions :
4747 contents : read
4848 steps :
49- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050 with :
5151 persist-credentials : false
5252
53- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
53+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
5454 with :
5555 go-version : " 1.25.4"
5656 cache : false
5757
5858 - name : Install MinGW compiler(s)
5959 run : choco install mingw
6060
61- - uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
61+ - uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
6262 with :
6363 package-dir : .
6464 output-dir : wheelhouse
@@ -83,11 +83,11 @@ jobs:
8383 permissions :
8484 contents : read
8585 steps :
86- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8787 with :
8888 persist-credentials : false
8989
90- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
90+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
9191 with :
9292 go-version : " 1.25.4"
9393 cache : false
9696 - name : Build binary distribution (wheel) on Windows (arm64)
9797 # We need to use cibuildwheel because it has experimental support for cross-compiling
9898 # to arm64 and setup-python does not have arm64 support on Windows right now
99- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
99+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
100100 with :
101101 package-dir : .
102102 output-dir : wheelhouse
@@ -124,19 +124,19 @@ jobs:
124124 permissions :
125125 contents : read
126126 steps :
127- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
127+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
128128 with :
129129 persist-credentials : false
130130
131- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
131+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
132132 with :
133133 go-version : " 1.25.4"
134134 cache : false
135135
136136 # Note: cibuildwheel will manage installing 32-bit Python on Windows. We
137137 # do not need to do that manually unless we use setup-python instead.
138138 - name : Build binary distribution (wheel) on Windows (i686)
139- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
139+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
140140 with :
141141 package-dir : .
142142 output-dir : wheelhouse
@@ -166,11 +166,11 @@ jobs:
166166 permissions :
167167 contents : read
168168 steps :
169- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
169+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
170170 with :
171171 persist-credentials : false
172172
173- - uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
173+ - uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
174174 with :
175175 package-dir : .
176176 output-dir : wheelhouse
@@ -202,11 +202,11 @@ jobs:
202202 permissions :
203203 contents : read
204204 steps :
205- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
205+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
206206 with :
207207 persist-credentials : false
208208
209- - uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
209+ - uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
210210 with :
211211 package-dir : .
212212 output-dir : wheelhouse
@@ -238,11 +238,11 @@ jobs:
238238 permissions :
239239 contents : read
240240 steps :
241- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
241+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
242242 with :
243243 persist-credentials : false
244244
245- - uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
245+ - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
246246 with :
247247 platforms : all
248248 # This should be temporary
@@ -251,7 +251,7 @@ jobs:
251251 image : tonistiigi/binfmt:qemu-v8.1.5
252252
253253 - name : Build binary distribution (wheel) on Linux (s390x)
254- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
254+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
255255 with :
256256 package-dir : .
257257 output-dir : wheelhouse
@@ -283,11 +283,11 @@ jobs:
283283 permissions :
284284 contents : read
285285 steps :
286- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
286+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
287287 with :
288288 persist-credentials : false
289289
290- - uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
290+ - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
291291 with :
292292 platforms : all
293293 # This should be temporary
@@ -296,7 +296,7 @@ jobs:
296296 image : tonistiigi/binfmt:qemu-v8.1.5
297297
298298 - name : Build binary distribution (wheel) on Linux (ppc64le)
299- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
299+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
300300 with :
301301 package-dir : .
302302 output-dir : wheelhouse
@@ -328,17 +328,17 @@ jobs:
328328 permissions :
329329 contents : read
330330 steps :
331- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
331+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
332332 with :
333333 persist-credentials : false
334334
335- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
335+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
336336 with :
337337 go-version : " 1.25.4"
338338 cache : false
339339 check-latest : true
340340
341- - uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
341+ - uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
342342 with :
343343 package-dir : .
344344 output-dir : wheelhouse
@@ -361,17 +361,17 @@ jobs:
361361 permissions :
362362 contents : read
363363 steps :
364- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
364+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
365365 with :
366366 persist-credentials : false
367367
368- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
368+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
369369 with :
370370 go-version : " 1.25.4"
371371 cache : false
372372 check-latest : true
373373
374- - uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
374+ - uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
375375 with :
376376 package-dir : .
377377 output-dir : wheelhouse
@@ -419,15 +419,15 @@ jobs:
419419 path : upload/
420420 merge-multiple : true
421421
422- - uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
422+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
423423 if : github.event_name == 'release' && github.event.action == 'published'
424424 with :
425425 # Comment this line out to publish to PyPI
426426 # repository-url: https://test.pypi.org/legacy/
427427 packages-dir : upload
428428
429429 - name : Sign artifacts with Sigstore
430- uses : sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0 .0
430+ uses : sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2 .0
431431 with :
432432 inputs : >-
433433 ./upload/*.whl
@@ -443,7 +443,7 @@ jobs:
443443 - name : Publish to GitHub Releases
444444 # Wait for https://github.com/softprops/action-gh-release/issues/556 to be resolved
445445 # before bumping to v2.2.0.
446- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1 .0
446+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5 .0
447447 if : github.event_name == 'release' && github.event.action == 'published'
448448 with :
449449 # This will contain not only the wheel and sdist, but also the signature files
0 commit comments