Skip to content

Commit fcc312e

Browse files
updated python version to 3.12
1 parent a702ed2 commit fcc312e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup/aws/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: install Python
2121
uses: "actions/setup-python@v5"
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.12'
2424

2525
- name: setup environment
2626
shell: bash

setup/dbt/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: install Python
1313
uses: "actions/setup-python@v5"
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.12'
1616

1717
- name: install components
1818
shell: bash

setup/schemachange/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: install Python
1313
uses: "actions/setup-python@v5"
1414
with:
15-
python-version: 3.8
15+
python-version: 3.12
1616

1717
- name: install components
1818
shell: bash

0 commit comments

Comments
 (0)