@@ -64,15 +64,15 @@ jobs:
6464 steps :
6565
6666 - name : Checkout repo
67- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
6868
6969 - name : Build SDist
7070 run : pipx run build --sdist
7171
7272 - name : Check metadata
7373 run : pipx run twine check dist/*
7474
75- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
75+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
7676 with :
7777 name : cibw-sdist
7878 path : dist/*.tar.gz
@@ -118,24 +118,24 @@ jobs:
118118 arch : x86_64
119119 steps :
120120 - name : Checkout repo
121- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
121+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
122122
123123 - name : Install Python
124- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 .2.0
124+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 .2.0
125125 with :
126126 python-version : ' 3.9'
127127
128128 - name : ccache-restore
129129 id : ccache-restore
130- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
130+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
131131 with :
132132 path : ~/.ccache
133133 key : wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
134134 restore-keys : wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
135135
136136 - name : Build wheels
137137 # Note: the version of cibuildwheel should be kept in sync with src/python/stubs/CMakeLists.txt
138- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
138+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
139139 env :
140140 # pass GITHUB_ACTIONS through to the build container so that custom
141141 # processes can tell they are running in CI.
@@ -162,18 +162,18 @@ jobs:
162162
163163 - name : ccache-save
164164 id : ccache-save
165- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
165+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
166166 with :
167167 path : ~/.ccache
168168 key : wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
169169
170- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
170+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
171171 with :
172172 name : cibw-wheels-${{matrix.manylinux}}-${{ matrix.python }}-${{ matrix.manylinux }}
173173 path : |
174174 ./wheelhouse/*.whl
175175
176- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
176+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
177177 with :
178178 name : stubs-${{ matrix.python }}-${{ matrix.manylinux }}
179179 path : |
@@ -225,23 +225,23 @@ jobs:
225225
226226 steps :
227227 - name : Checkout repo
228- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
228+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
229229
230230 - name : Install Python
231- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 .2.0
231+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 .2.0
232232 with :
233233 python-version : ' 3.9'
234234
235235 - name : ccache-restore
236236 id : ccache-restore
237- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
237+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
238238 with :
239239 path : ~/.ccache
240240 key : wheel-${{runner.os}}-${{matrix.python}}
241241 restore-keys : wheel-${{runner.os}}-${{matrix.python}}
242242
243243 - name : Build wheels
244- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
244+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
245245 env :
246246 CIBW_ENVIRONMENT_PASS_LINUX : GITHUB_ACTIONS
247247 CIBW_BEFORE_ALL : " source src/build-scripts/build_ccache.bash && pwd && /project/ext/dist/bin/ccache --max-size=200M && /project/ext/dist/bin/ccache -sv && export CMAKE_C_COMPILER_LAUNCHER=/project/ext/dist/bin/ccache CMAKE_CXX_COMPILER_LAUNCHER=/project/ext/dist/bin/ccache"
@@ -264,18 +264,18 @@ jobs:
264264
265265 - name : ccache-save
266266 id : ccache-save
267- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
267+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
268268 with :
269269 path : ~/.ccache
270270 key : wheel-${{runner.os}}-${{matrix.python}}
271271
272- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
272+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
273273 with :
274274 name : cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }}
275275 path : |
276276 ./wheelhouse/*.whl
277277
278- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
278+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
279279 with :
280280 name : stubs-${{ matrix.python }}-${{ matrix.manylinux }}
281281 path : |
@@ -321,16 +321,16 @@ jobs:
321321
322322 steps :
323323 - name : Checkout repo
324- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
324+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
325325
326326 - name : Install Python
327- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 .2.0
327+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 .2.0
328328 with :
329329 python-version : ' 3.9'
330330
331331 - name : ccache-restore
332332 id : ccache-restore
333- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
333+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
334334 with :
335335 path : ~/.ccache
336336 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -345,7 +345,7 @@ jobs:
345345 brew uninstall -f --ignore-dependencies openexr imath expat cmake || true
346346
347347 - name : Build wheels
348- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
348+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
349349 env :
350350 CIBW_BUILD : ${{ matrix.python }}
351351 CIBW_ARCHS : ${{ matrix.arch }}
@@ -362,12 +362,12 @@ jobs:
362362
363363 - name : ccache-save
364364 id : ccache-save
365- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
365+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
366366 with :
367367 path : ~/.ccache
368368 key : wheel-${{runner.os}}-${{matrix.python}}
369369
370- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
370+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
371371 with :
372372 name : cibw-wheels-${{ matrix.python }}
373373 path : ./wheelhouse/*.whl
@@ -409,16 +409,16 @@ jobs:
409409
410410 steps :
411411 - name : Checkout repo
412- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
412+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
413413
414414 - name : Install Python
415- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 .2.0
415+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 .2.0
416416 with :
417417 python-version : ' 3.9'
418418
419419 - name : ccache-restore
420420 id : ccache-restore
421- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
421+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
422422 with :
423423 path : ~/.ccache
424424 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -429,7 +429,7 @@ jobs:
429429 brew install ninja ccache || true
430430
431431 - name : Build wheels
432- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
432+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
433433 env :
434434 CIBW_BUILD : ${{ matrix.python }}
435435 CIBW_ARCHS : ${{ matrix.arch }}
@@ -442,12 +442,12 @@ jobs:
442442
443443 - name : ccache-save
444444 id : ccache-save
445- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
445+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
446446 with :
447447 path : ~/.ccache
448448 key : wheel-${{runner.os}}-${{matrix.python}}
449449
450- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
450+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
451451 with :
452452 name : cibw-wheels-${{ matrix.python }}
453453 path : ./wheelhouse/*.whl
@@ -488,15 +488,15 @@ jobs:
488488
489489 steps :
490490 - name : Checkout repo
491- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
491+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
492492
493493 - name : Install Python
494- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 .2.0
494+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 .2.0
495495 with :
496496 python-version : ' 3.9'
497497
498498 - name : Build wheels
499- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
499+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
500500 env :
501501 CIBW_BUILD : ${{ matrix.python }}
502502 CIBW_ARCHS : ${{ matrix.arch }}
@@ -507,7 +507,7 @@ jobs:
507507 CCACHE_DIR : ~/.ccache
508508 CCACHE_COMPRESSION : yes
509509
510- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
510+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
511511 with :
512512 name : cibw-wheels-${{ matrix.python }}
513513 path : ./wheelhouse/*.whl
@@ -520,12 +520,12 @@ jobs:
520520 id-token : write
521521 if : github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/v3.0.') || startsWith(github.event.ref, 'refs/tags/v3.1.')) && github.event.repository.fork == false
522522 steps :
523- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 .2.0
523+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 .2.0
524524
525- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
525+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
526526 with :
527527 pattern : cibw-*
528528 path : dist
529529 merge-multiple : true
530530
531- - uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # release/v1
531+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments