Skip to content

Commit ed4757f

Browse files
chore(deps): Update actions/setup-python action to v5.3.0 (#761)
1 parent 43b89a7 commit ed4757f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106

107107
steps:
108108
- name: Switch to using Python 3.13 by default
109-
uses: actions/setup-python@v5
109+
# yamllint disable-line rule:line-length
110+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110111
with:
111112
python-version: 3.13
112113
- name: Check out src from Git
@@ -268,7 +269,8 @@ jobs:
268269

269270
steps:
270271
- name: Switch to using Python 3.13
271-
uses: actions/setup-python@v5
272+
# yamllint disable-line rule:line-length
273+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
272274
with:
273275
python-version: 3.13
274276

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ref: ${{ github.event.pull_request.head.sha }}
5151
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
5252
# yamllint disable-line rule:line-length
53-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
53+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
5454
with:
5555
python-version: '3.9'
5656
- name: Execute pre-commit

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ jobs:
155155
Switch to using Python v${{ inputs.python-version }}
156156
by default
157157
id: python-install
158-
uses: actions/setup-python@v5
158+
# yamllint disable-line rule:line-length
159+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159160
with:
160161
python-version: ${{ inputs.python-version }}
161162

0 commit comments

Comments
 (0)