@@ -52,10 +52,10 @@ jobs:
52
52
53
53
steps :
54
54
- name : Check out the repository
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v3
56
56
57
57
- name : Set up Python
58
- uses : actions/setup-python@v2
58
+ uses : actions/setup-python@v4
59
59
with :
60
60
python-version : 3.9
61
61
@@ -68,10 +68,10 @@ jobs:
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Check out the repository
71
- uses : actions/checkout@v2
71
+ uses : actions/checkout@v3
72
72
73
73
- name : Set up Python
74
- uses : actions/setup-python@v2
74
+ uses : actions/setup-python@v4
75
75
with :
76
76
python-version : 3.9
77
77
@@ -91,10 +91,10 @@ jobs:
91
91
runs-on : ubuntu-latest
92
92
steps :
93
93
- name : Check out the repository
94
- uses : actions/checkout@v2
94
+ uses : actions/checkout@v3
95
95
96
96
- name : Set up Python
97
- uses : actions/setup-python@v2
97
+ uses : actions/setup-python@v4
98
98
with :
99
99
python-version : 3.9
100
100
@@ -113,10 +113,10 @@ jobs:
113
113
runs-on : ubuntu-latest
114
114
steps :
115
115
- name : Check out the repository
116
- uses : actions/checkout@v2
116
+ uses : actions/checkout@v3
117
117
118
118
- name : Set up Python
119
- uses : actions/setup-python@v2
119
+ uses : actions/setup-python@v4
120
120
with :
121
121
python-version : 3.9
122
122
@@ -142,10 +142,10 @@ jobs:
142
142
runs-on : ubuntu-latest
143
143
steps :
144
144
- name : Check out the repository
145
- uses : actions/checkout@v2
145
+ uses : actions/checkout@v3
146
146
147
147
- name : Set up Python
148
- uses : actions/setup-python@v2
148
+ uses : actions/setup-python@v4
149
149
with :
150
150
python-version : 3.9
151
151
@@ -157,4 +157,4 @@ jobs:
157
157
DATABRICKS_TEST_HTTP_PATH : ${{ secrets.DATABRICKS_TEST_HTTP_PATH }}
158
158
DATABRICKS_TEST_TOKEN : ${{ secrets.DATABRICKS_TEST_TOKEN }}
159
159
with :
160
- dbt_target : databricks
160
+ dbt_target : databricks
0 commit comments