|
71 | 71 | runs-on: ubuntu-latest |
72 | 72 | steps: |
73 | 73 | - name: Checkout lightnumpy |
74 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 74 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
75 | 75 | # Gets the correct commit message for pull request |
76 | 76 | with: |
77 | 77 | ref: ${{ github.event.pull_request.head.sha }} |
@@ -171,14 +171,14 @@ jobs: |
171 | 171 |
|
172 | 172 | steps: |
173 | 173 | - name: Checkout Repository with all submodules recursively |
174 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 174 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
175 | 175 | with: |
176 | 176 | # Fetches all nested submodules or submodules: true |
177 | 177 | submodules: recursive |
178 | 178 | fetch-tags: true |
179 | 179 |
|
180 | 180 | - name: Python Setup # Used to push the built wheels |
181 | | - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 |
| 181 | + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
182 | 182 | with: |
183 | 183 | python-version: "3.x" |
184 | 184 |
|
@@ -331,7 +331,7 @@ jobs: |
331 | 331 | echo "CIBW_BUILD_FRONTEND=$CIBW" >> "$GITHUB_ENV" |
332 | 332 |
|
333 | 333 | - name: Build Wheels Packages |
334 | | - uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1 |
| 334 | + uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4 |
335 | 335 | env: # Step level enviroment NAME: '', $NAME, ${{ env.NAME }} |
336 | 336 | # Set CIBW_PRERELEASE_PYTHONS to True to build for pre-release versions of Python |
337 | 337 | CIBW_PRERELEASE_PYTHONS: True |
@@ -361,7 +361,7 @@ jobs: |
361 | 361 | path: ./wheelhouse/*.whl |
362 | 362 |
|
363 | 363 | - name: Conda environment creation and activation anaconda-client |
364 | | - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1 |
| 364 | + uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0 |
365 | 365 | with: |
366 | 366 | # for installation of anaconda-client, required for upload to |
367 | 367 | # anaconda.org |
@@ -442,11 +442,11 @@ jobs: |
442 | 442 |
|
443 | 443 | steps: |
444 | 444 | - name: Checkout lightnumpy |
445 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 445 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
446 | 446 | with: |
447 | 447 | submodules: true |
448 | 448 | # Used to push the built wheels |
449 | | - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 |
| 449 | + - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
450 | 450 | with: |
451 | 451 | # Build sdist on lowest supported Python |
452 | 452 | python-version: "3.10" |
@@ -476,7 +476,7 @@ jobs: |
476 | 476 | path: ./dist/* |
477 | 477 |
|
478 | 478 | - name: Conda environment creation and activation anaconda-client |
479 | | - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1 |
| 479 | + uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0 |
480 | 480 | with: |
481 | 481 | # for installation of anaconda-client, required for upload to |
482 | 482 | # anaconda.org |
|
0 commit comments