@@ -120,7 +120,7 @@ jobs:
120120
121121 - name : Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍
122122 if : needs.changes.outputs.backend == 'true'
123- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
123+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
124124 with :
125125 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
126126
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Set up Python ${{ matrix.python-version }} 🐍
266266 if : needs.changes.outputs.backend == 'true'
267- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
267+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
268268 with :
269269 python-version : ${{ matrix.python-version }}
270270
@@ -433,7 +433,7 @@ jobs:
433433
434434 - name : Set up Python ${{ matrix.python-version }} 🐍
435435 if : needs.changes.outputs.backend == 'true'
436- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
436+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
437437 with :
438438 python-version : ${{ matrix.python-version }}
439439
@@ -581,7 +581,7 @@ jobs:
581581 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
582582
583583 - name : Set up Python 3.10 🐍
584- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
584+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
585585 with :
586586 python-version : " 3.10"
587587
@@ -677,7 +677,7 @@ jobs:
677677
678678 - name : Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍
679679 if : needs.changes.outputs.backend == 'true'
680- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
680+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
681681 with :
682682 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
683683
@@ -767,7 +767,7 @@ jobs:
767767
768768 - name : Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍
769769 if : needs.changes.outputs.backend == 'true'
770- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
770+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
771771 with :
772772 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
773773
@@ -878,7 +878,7 @@ jobs:
878878
879879 - name : Set up Python ${{ env.DEFAULT_PYTHON_VERSION }} 🐍
880880 if : needs.changes.outputs.backend == 'true'
881- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
881+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
882882 with :
883883 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
884884
@@ -1242,7 +1242,7 @@ jobs:
12421242 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
12431243
12441244 - name : Set up Python 3.9 🐍
1245- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
1245+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
12461246 with :
12471247 python-version : 3.9
12481248
0 commit comments