Skip to content

Commit

Permalink
Bump Python version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed Dec 23, 2022
1 parent e905b47 commit c3c43dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9.5"
python-version: "3.11"

- name: Get dbt-trino version
run: echo "version_number=$(cat dbt/adapters/trino/__version__.py | sed -n 's/version = "\(.*\)\"/\1/p')" >> $GITHUB_ENV
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9.5"
python-version: "3.11"

- name: Get dbt-trino version
run: echo "version_number=$(cat dbt/adapters/trino/__version__.py | sed -n 's/version = "\(.*\)\"/\1/p')" >> $GITHUB_ENV
Expand Down

0 comments on commit c3c43dc

Please sign in to comment.