Skip to content

Commit 39a001e

Browse files
authored
Bump action required python version to 3.12
1 parent 0bb8087 commit 39a001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Install Python
3434
uses: "actions/setup-python@v4"
3535
with:
36-
python-version: "3.10"
36+
python-version: "3.12"
3737
- name: Install dbt
3838
run: "pip3 install ${{ inputs.dbt-package }}"
3939
shell: bash

0 commit comments

Comments
 (0)