We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a702ed2 commit fcc312eCopy full SHA for fcc312e
setup/aws/action.yml
@@ -20,7 +20,7 @@ runs:
20
- name: install Python
21
uses: "actions/setup-python@v5"
22
with:
23
- python-version: '3.10'
+ python-version: '3.12'
24
25
- name: setup environment
26
shell: bash
setup/dbt/action.yml
@@ -12,7 +12,7 @@ runs:
12
13
14
15
16
17
- name: install components
18
setup/schemachange/action.yml
- python-version: 3.8
+ python-version: 3.12
0 commit comments