File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v2
53+ uses : actions/checkout@v3
5454 - name : Create temp dbt profiles
5555 run : " printf %s \" $DBT_PROFILES\" > ./profiles.yml"
5656 env :
5757 DBT_PROFILES : ${{ secrets.DBT_PROFILES }}
5858 - name : dbt-docs-to-notion
59- uses : ./.github/actions/ dbt-docs-to-notion
59+ uses : rfdearborn/ dbt-docs-to-notion@v1.0.8
6060 with :
6161 dbt-package : ' dbt-bigquery==1.0.0'
6262 dbt-profile-path : ' ./'
Original file line number Diff line number Diff line change 3131 using : ' composite'
3232 steps :
3333 - name : Install Python
34- uses : " actions/setup-python@v2 "
34+ uses : " actions/setup-python@v4 "
3535 with :
3636 python-version : " 3.7"
3737 - name : Install dbt
You can’t perform that action at this time.
0 commit comments