File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 DATABASE_PARENT_ID : ' mock_database_parent_id'
1515 NOTION_TOKEN : ' mock_notion_token'
1616 steps :
17- - uses : actions/checkout@v2
18- - name : Set up Python 3.7
19- uses : actions/setup-python@v2
17+ - uses : actions/checkout@v4
18+ - name : Set up Python 3.12
19+ uses : actions/setup-python@v4
2020 with :
21- python-version : ' 3.7 '
21+ python-version : ' 3.12 '
2222 - name : Install dependencies
2323 run : |
2424 pip install requests
Original file line number Diff line number Diff line change 3333 - name : Install Python
3434 uses : " actions/setup-python@v4"
3535 with :
36- python-version : " 3.7 "
36+ python-version : " 3.12 "
3737 - name : Install dbt
3838 run : " pip3 install ${{ inputs.dbt-package }}"
3939 shell : bash
You can’t perform that action at this time.
0 commit comments