Skip to content

Commit 0dac002

Browse files
chore(deps): Update actions/setup-python action to v5.4.0 (#806)
1 parent 236cbae commit 0dac002

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
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
- name: Switch to using Python 3.13 by default
112112
# yamllint disable-line rule:line-length
113-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
113+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
114114
with:
115115
python-version: 3.13
116116
- name: Check out src from Git
@@ -275,7 +275,7 @@ jobs:
275275
steps:
276276
- name: Switch to using Python 3.13
277277
# yamllint disable-line rule:line-length
278-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
278+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
279279
with:
280280
python-version: 3.13
281281

.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
ref: ${{ github.event.pull_request.head.sha }}
5757
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
5858
# yamllint disable-line rule:line-length
59-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
59+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6060
with:
6161
python-version: '3.9'
6262
- name: Execute pre-commit

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
by default
160160
id: python-install
161161
# yamllint disable-line rule:line-length
162-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
162+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
163163
with:
164164
python-version: ${{ inputs.python-version }}
165165

0 commit comments

Comments
 (0)