Skip to content

Commit 8381993

Browse files
renovate[bot]MaxymVlasov
authored andcommitted
chore(deps): Update actions/setup-python action to v6
1 parent 9e8456e commit 8381993

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

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

109109
steps:
110110
- name: Switch to using Python 3.13 by default
111-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
111+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
112112
with:
113113
python-version: 3.13
114114
- name: Check out src from Git
@@ -278,7 +278,7 @@ jobs:
278278

279279
steps:
280280
- name: Switch to using Python 3.13
281-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
281+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
282282
with:
283283
python-version: 3.13
284284

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/
6363
ssh-key: ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }}
6464
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
65-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
65+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6666
with:
6767
python-version: '3.13'
6868

.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
Switch to using Python v${{ inputs.python-version }}
160160
by default
161161
id: python-install
162-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
162+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
163163
with:
164164
python-version: ${{ inputs.python-version }}
165165

0 commit comments

Comments
 (0)