Skip to content

Commit 14cd1ac

Browse files
authored
Merge pull request #14 from madamak/main
Update setup-python action and update README
2 parents 495a04b + 9874dc2 commit 14cd1ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: './'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
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

0 commit comments

Comments
 (0)