Skip to content

Commit 63a9986

Browse files
Use different python version
1 parent 6f49838 commit 63a9986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
DBT_PROFILES: ${{ secrets.DBT_PROFILES }}
5858
- name: dbt-docs-to-notion
59-
uses: rfdearborn/dbt-docs-to-notion@v1.0.9
59+
uses: soundtrackyourbrand/dbt-docs-to-notion@v0.0.1
6060
with:
6161
dbt-package: 'dbt-bigquery==1.0.0'
6262
dbt-profile-path: './'

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.7"
36+
python-version: "3.8"
3737
- name: Install dbt
3838
run: "pip3 install ${{ inputs.dbt-package }}"
3939
shell: bash

0 commit comments

Comments
 (0)