Skip to content

Commit a2b4bc8

Browse files
chore(deps): update actions/setup-python digest to a309ff8
1 parent 063e30f commit a2b4bc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "skip_pipeline=$SKIP_PIPELINE" >> "$GITHUB_OUTPUT"
4646
4747
- name: Set up Python
48-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
48+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
if: steps.detect_semrel.outputs.skip_pipeline != 'true'
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9292

9393
- name: Set up Python
94-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
94+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
9595
with:
9696
python-version: ${{ env.PYTHON_VERSION }}
9797

@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
160160

161161
- name: Set up Python
162-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
162+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
163163
with:
164164
python-version: ${{ env.PYTHON_VERSION }}
165165

@@ -223,7 +223,7 @@ jobs:
223223
fetch-depth: 0
224224

225225
- name: Set up Python
226-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
226+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
227227
with:
228228
python-version: ${{ env.PYTHON_VERSION }}
229229

0 commit comments

Comments
 (0)