18
18
NODE_VERSION : 14
19
19
PYTHON3_VERSION : 3.8.10
20
20
VIRTUALENV_VERSION : 20.21.1
21
- GCLOUD_VERSION : 290 .0.1
21
+ GCLOUD_VERSION : 500 .0.0
22
22
23
23
jobs :
24
24
@@ -40,13 +40,13 @@ jobs:
40
40
with :
41
41
node-version : ${{ env.NODE_VERSION }}
42
42
- name : Auth google
43
- uses : google-github-actions/auth@v0
43
+ uses : google-github-actions/auth@v2
44
44
with :
45
45
credentials_json : ${{ secrets.BQCARTOCI_DEPLOY_CLOUD_EXTENSIONS_SA_BASE64 }}
46
46
project_id : ${{ env.BQ_PROJECT_CI }}
47
47
create_credentials_file : true
48
48
- name : Setup gcloud
49
- uses : google-github-actions/setup-gcloud@v0
49
+ uses : google-github-actions/setup-gcloud@v2
50
50
with :
51
51
version : ${{ env.GCLOUD_VERSION }}
52
52
project_id : ${{ env.BQ_PROJECT_CI }}
@@ -85,13 +85,13 @@ jobs:
85
85
- name : Check diff
86
86
uses : technote-space/get-diff-action@v4
87
87
- name : Auth google
88
- uses : google-github-actions/auth@v0
88
+ uses : google-github-actions/auth@v2
89
89
with :
90
90
credentials_json : ${{ secrets.BQCARTOCD_DEPLOY_CLOUD_EXTENSIONS_SA_BASE64 }}
91
91
project_id : ${{ env.BQ_PROJECT }}
92
92
create_credentials_file : true
93
93
- name : Setup gcloud
94
- uses : google-github-actions/setup-gcloud@v0
94
+ uses : google-github-actions/setup-gcloud@v2
95
95
with :
96
96
version : ${{ env.GCLOUD_VERSION }}
97
97
project_id : ${{ env.BQ_PROJECT }}
@@ -130,13 +130,13 @@ jobs:
130
130
- name : Check diff
131
131
uses : technote-space/get-diff-action@v4
132
132
- name : Auth google
133
- uses : google-github-actions/auth@v0
133
+ uses : google-github-actions/auth@v2
134
134
with :
135
135
credentials_json : ${{ secrets.BQCARTO_DEPLOY_CLOUD_EXTENSIONS_SA_BASE64 }}
136
136
project_id : ${{ matrix.project }}
137
137
create_credentials_file : true
138
138
- name : Setup gcloud
139
- uses : google-github-actions/setup-gcloud@v0
139
+ uses : google-github-actions/setup-gcloud@v2
140
140
with :
141
141
version : ${{ env.GCLOUD_VERSION }}
142
142
project_id : ${{ matrix.project }}
@@ -157,13 +157,13 @@ jobs:
157
157
- name : Checkout repo
158
158
uses : actions/checkout@v2
159
159
- name : Auth google
160
- uses : google-github-actions/auth@v0
160
+ uses : google-github-actions/auth@v2
161
161
with :
162
162
credentials_json : ${{ secrets.GCLOUD_PRODUCTION_RELEASE_SA }}
163
163
project_id : ${{ secrets.GCLOUD_PRODUCTION_PROJECT }}
164
164
create_credentials_file : true
165
165
- name : Setup gcloud
166
- uses : google-github-actions/setup-gcloud@v0
166
+ uses : google-github-actions/setup-gcloud@v2
167
167
with :
168
168
version : ${{ env.GCLOUD_VERSION }}
169
169
project_id : ${{ secrets.GCLOUD_PRODUCTION_PROJECT }}
0 commit comments