@@ -196,7 +196,7 @@ jobs:
196
196
197
197
- name : Set up Python
198
198
if : env.SKIP_UNSTABLE == 'false'
199
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
199
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
200
200
with :
201
201
python-version : ${{ env.MAIN_PYTHON_VERSION }}
202
202
@@ -487,7 +487,7 @@ jobs:
487
487
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
488
488
489
489
- name : Setup Python ${{ matrix.python-version }}
490
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
490
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
491
491
with :
492
492
python-version : ${{ matrix.python-version }}
493
493
@@ -536,7 +536,7 @@ jobs:
536
536
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
537
537
538
538
- name : Setup Python ${{ matrix.python-version }}
539
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
539
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
540
540
with :
541
541
python-version : ${{ matrix.python-version }}
542
542
@@ -677,12 +677,12 @@ jobs:
677
677
uses : pyvista/setup-headless-display-action@48066dd0b79cf46babc16223a1dce3aa4803ec43 # v4.0
678
678
679
679
- name : Set up Python
680
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
680
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
681
681
with :
682
682
python-version : ${{ env.MAIN_PYTHON_VERSION }}
683
683
684
684
- 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
686
686
with :
687
687
name : ${{ matrix.zip-file }}
688
688
path : docker/${{ matrix.zip-file }}
@@ -770,15 +770,15 @@ jobs:
770
770
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
771
771
772
772
- name : Set up Python
773
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
773
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
774
774
with :
775
775
python-version : ${{ env.MAIN_PYTHON_VERSION }}
776
776
777
777
- name : Set up headless display
778
778
uses : pyvista/setup-headless-display-action@48066dd0b79cf46babc16223a1dce3aa4803ec43 # v4.0
779
779
780
780
- name : Download Linux binaries
781
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
781
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
782
782
with :
783
783
name : linux-core-binaries.zip
784
784
path : docker/linux-core-binaries.zip
@@ -867,7 +867,7 @@ jobs:
867
867
contents : write
868
868
steps :
869
869
- 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
871
871
with :
872
872
name : ${{ env.PACKAGE_NAME }}-artifacts
873
873
path : ${{ env.PACKAGE_NAME }}-artifacts
0 commit comments