Skip to content

Commit d51df5c

Browse files
chore: bump actions/setup-python from 5.5.0 to 5.6.0 (#818)
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 750d173 commit d51df5c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci_cd_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160160

161161
- name: "Set up Python ${{ env.MAIN_PYTHON_VERSION }}"
162-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
162+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
163163
with:
164164
python-version: ${{ env.MAIN_PYTHON_VERSION }}
165165
cache: 'pip'

.github/workflows/ci_cd_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124124

125125
- name: "Set up Python ${{ env.MAIN_PYTHON_VERSION }}"
126-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
126+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
127127
with:
128128
python-version: ${{ env.MAIN_PYTHON_VERSION }}
129129
cache: 'pip'

doc/changelog/818.maintenance.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)