@@ -196,7 +196,7 @@ jobs:
196196
197197 - name : Set up Python
198198 if : env.SKIP_UNSTABLE == 'false'
199- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
199+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
200200 with :
201201 python-version : ${{ env.MAIN_PYTHON_VERSION }}
202202
@@ -487,7 +487,7 @@ jobs:
487487 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
488488
489489 - name : Setup Python ${{ matrix.python-version }}
490- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
490+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
491491 with :
492492 python-version : ${{ matrix.python-version }}
493493
@@ -536,7 +536,7 @@ jobs:
536536 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
537537
538538 - name : Setup Python ${{ matrix.python-version }}
539- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
539+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
540540 with :
541541 python-version : ${{ matrix.python-version }}
542542
@@ -677,12 +677,12 @@ jobs:
677677 uses : pyvista/setup-headless-display-action@48066dd0b79cf46babc16223a1dce3aa4803ec43 # v4.0
678678
679679 - name : Set up Python
680- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
680+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
681681 with :
682682 python-version : ${{ env.MAIN_PYTHON_VERSION }}
683683
684684 - name : Download Windows binaries for ${{ matrix.mode }}
685- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
685+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
686686 with :
687687 name : ${{ matrix.zip-file }}
688688 path : docker/${{ matrix.zip-file }}
@@ -770,15 +770,15 @@ jobs:
770770 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
771771
772772 - name : Set up Python
773- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
773+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
774774 with :
775775 python-version : ${{ env.MAIN_PYTHON_VERSION }}
776776
777777 - name : Set up headless display
778778 uses : pyvista/setup-headless-display-action@48066dd0b79cf46babc16223a1dce3aa4803ec43 # v4.0
779779
780780 - name : Download Linux binaries
781- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
781+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
782782 with :
783783 name : linux-core-binaries.zip
784784 path : docker/linux-core-binaries.zip
@@ -867,7 +867,7 @@ jobs:
867867 contents : write
868868 steps :
869869 - name : " Download the library artifacts from build-library step"
870- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
870+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
871871 with :
872872 name : ${{ env.PACKAGE_NAME }}-artifacts
873873 path : ${{ env.PACKAGE_NAME }}-artifacts
0 commit comments