Skip to content

Commit 68da5b4

Browse files
Upgrade
1 parent 63a9986 commit 68da5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ runs:
3131
using: 'composite'
3232
steps:
3333
- name: Install Python
34-
uses: "actions/setup-python@v4"
34+
uses: "actions/setup-python@v5"
3535
with:
36-
python-version: "3.8"
36+
python-version: "3.10"
3737
- name: Install dbt
3838
run: "pip3 install ${{ inputs.dbt-package }}"
3939
shell: bash

0 commit comments

Comments
 (0)