7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : Checkout lightnumpy
74- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7575 # Gets the correct commit message for pull request
7676 with :
7777 ref : ${{ github.event.pull_request.head.sha }}
@@ -171,14 +171,14 @@ jobs:
171171
172172 steps :
173173 - name : Checkout Repository with all submodules recursively
174- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
175175 with :
176176 # Fetches all nested submodules or submodules: true
177177 submodules : recursive
178178 fetch-tags : true
179179
180180 - 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
182182 with :
183183 python-version : " 3.x"
184184
@@ -331,7 +331,7 @@ jobs:
331331 echo "CIBW_BUILD_FRONTEND=$CIBW" >> "$GITHUB_ENV"
332332
333333 - name : Build Wheels Packages
334- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23 .1
334+ uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2 .1
335335 env : # Step level enviroment NAME: '', $NAME, ${{ env.NAME }}
336336 # Set CIBW_PRERELEASE_PYTHONS to True to build for pre-release versions of Python
337337 CIBW_PRERELEASE_PYTHONS : True
@@ -351,7 +351,7 @@ jobs:
351351 fi
352352
353353 - name : Upload Wheelhouse Wheels Packages
354- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
354+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
355355 with :
356356 name : >-
357357 ${{ matrix.python[0] }}-${{ join(matrix.buildplat, '-') }}
@@ -361,7 +361,7 @@ jobs:
361361 path : ./wheelhouse/*.whl
362362
363363 - 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
365365 with :
366366 # for installation of anaconda-client, required for upload to
367367 # anaconda.org
@@ -442,11 +442,11 @@ jobs:
442442
443443 steps :
444444 - name : Checkout lightnumpy
445- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
445+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
446446 with :
447447 submodules : true
448448 # Used to push the built wheels
449- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
449+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
450450 with :
451451 # Build sdist on lowest supported Python
452452 python-version : " 3.10"
@@ -470,13 +470,13 @@ jobs:
470470 twine check dist/*
471471
472472 - name : Upload Wheelhouse Wheels Packages
473- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
473+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
474474 with :
475475 name : sdist
476476 path : ./dist/*
477477
478478 - 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
480480 with :
481481 # for installation of anaconda-client, required for upload to
482482 # anaconda.org
0 commit comments