Skip to content

Commit 817924b

Browse files
chore(deps): Update actions/setup-python action to v5.6.0 (#889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1663f2 commit 817924b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Switch to using Python 3.13 by default
108-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
108+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
109109
with:
110110
python-version: 3.13
111111
- name: Check out src from Git
@@ -274,7 +274,7 @@ jobs:
274274

275275
steps:
276276
- name: Switch to using Python 3.13
277-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
277+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
278278
with:
279279
python-version: 3.13
280280

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/
5757
ssh-key: ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }}
5858
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
59-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
59+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6060
with:
6161
python-version: '3.13'
6262

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
Switch to using Python v${{ inputs.python-version }}
159159
by default
160160
id: python-install
161-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
161+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
162162
with:
163163
python-version: ${{ inputs.python-version }}
164164

0 commit comments

Comments
 (0)