|
40 | 40 | (inputs.host-platform == 'win-64' && 'windows-2022') }} |
41 | 41 | steps: |
42 | 42 | - name: Checkout ${{ github.event.repository.name }} |
43 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 43 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
44 | 44 | with: |
45 | 45 | fetch-depth: 0 |
46 | 46 |
|
|
67 | 67 |
|
68 | 68 | - name: Set up Python |
69 | 69 | id: setup-python1 |
70 | | - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
| 70 | + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
71 | 71 | with: |
72 | 72 | # WAR: setup-python is not relocatable, and cibuildwheel hard-wires to 3.12... |
73 | 73 | # see https://github.com/actions/setup-python/issues/871 |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | cuda-version: ${{ inputs.cuda-version }} |
151 | 151 |
|
152 | 152 | - name: Build cuda.bindings wheel |
153 | | - uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0 |
| 153 | + uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1 |
154 | 154 | with: |
155 | 155 | package-dir: ./cuda_bindings/ |
156 | 156 | output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }} |
@@ -204,7 +204,7 @@ jobs: |
204 | 204 | if-no-files-found: error |
205 | 205 |
|
206 | 206 | - name: Build cuda.core wheel |
207 | | - uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0 |
| 207 | + uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1 |
208 | 208 | with: |
209 | 209 | package-dir: ./cuda_core/ |
210 | 210 | output-dir: ${{ env.CUDA_CORE_ARTIFACTS_DIR }} |
@@ -292,7 +292,7 @@ jobs: |
292 | 292 |
|
293 | 293 | - name: Set up Python |
294 | 294 | id: setup-python2 |
295 | | - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
| 295 | + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
296 | 296 | with: |
297 | 297 | python-version: ${{ matrix.python-version }} |
298 | 298 |
|
@@ -383,7 +383,7 @@ jobs: |
383 | 383 | rmdir $OLD_BASENAME |
384 | 384 |
|
385 | 385 | - name: Build cuda.core wheel |
386 | | - uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0 |
| 386 | + uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1 |
387 | 387 | with: |
388 | 388 | package-dir: ./cuda_core/ |
389 | 389 | output-dir: ${{ env.CUDA_CORE_ARTIFACTS_DIR }} |
|
0 commit comments