Skip to content

Commit 08ad101

Browse files
chore(deps): Update dependency python to 3.14
1 parent 681c7f4 commit 08ad101

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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
- name: Switch to using Python 3.13 by default
111111
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
112112
with:
113-
python-version: 3.13
113+
python-version: 3.14
114114
- name: Check out src from Git
115115
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116116
with:
@@ -280,7 +280,7 @@ jobs:
280280
- name: Switch to using Python 3.13
281281
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
282282
with:
283-
python-version: 3.13
283+
python-version: 3.14
284284

285285
- name: Grab the source from Git
286286
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
6565
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6666
with:
67-
python-version: '3.13'
67+
python-version: '3.14'
6868

6969
- name: Execute pre-commit
7070
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

0 commit comments

Comments
 (0)