Skip to content

Commit 98ef4b2

Browse files
dependabot[bot]pyansys-ci-bot
authored andcommitted
BUILD(actions): bump actions/setup-python from 5.5.0 to 5.6.0 (#6081)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 2622e65 commit 98ef4b2

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
207207

208208
- name: Setup Python
209-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
209+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
210210
with:
211211
python-version: ${{ env.MAIN_PYTHON_VERSION }}
212212

@@ -267,7 +267,7 @@ jobs:
267267
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
268268

269269
- name: Setup Python
270-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
270+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
271271
with:
272272
python-version: ${{ env.MAIN_PYTHON_VERSION }}
273273

@@ -319,7 +319,7 @@ jobs:
319319
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
320320

321321
- name: Setup Python
322-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
322+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
323323
with:
324324
python-version: ${{ env.MAIN_PYTHON_VERSION }}
325325

@@ -385,7 +385,7 @@ jobs:
385385
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
386386

387387
- name: Setup Python
388-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
388+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
389389
with:
390390
python-version: ${{ env.MAIN_PYTHON_VERSION }}
391391

@@ -450,7 +450,7 @@ jobs:
450450
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
451451

452452
- name: Setup Python
453-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
453+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
454454
with:
455455
python-version: ${{ env.MAIN_PYTHON_VERSION }}
456456

@@ -516,7 +516,7 @@ jobs:
516516
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
517517

518518
- name: Setup Python
519-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
519+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
520520
with:
521521
python-version: ${{ env.MAIN_PYTHON_VERSION }}
522522

.github/workflows/manual_draft.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848

4949
- name: Setup Python
50-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
50+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5151
with:
5252
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5353

@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105105

106106
- name: Setup Python
107-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
107+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
108108
with:
109109
python-version: ${{ env.MAIN_PYTHON_VERSION }}
110110

@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
153153

154154
- name: Setup Python
155-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
155+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
156156
with:
157157
python-version: ${{ env.MAIN_PYTHON_VERSION }}
158158

@@ -214,7 +214,7 @@ jobs:
214214
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
215215

216216
- name: Setup Python
217-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
217+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
218218
with:
219219
python-version: ${{ env.MAIN_PYTHON_VERSION }}
220220

doc/changelog.d/6081.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump actions/setup-python from 5.5.0 to 5.6.0

0 commit comments

Comments
 (0)