1818 NODE_VERSION : 14
1919 PYTHON3_VERSION : 3.8.10
2020 VIRTUALENV_VERSION : 20.21.1
21- GCLOUD_VERSION : 290 .0.1
21+ GCLOUD_VERSION : 500 .0.0
2222
2323jobs :
2424
@@ -40,13 +40,13 @@ jobs:
4040 with :
4141 node-version : ${{ env.NODE_VERSION }}
4242 - name : Auth google
43- uses : google-github-actions/auth@v0
43+ uses : google-github-actions/auth@v2
4444 with :
4545 credentials_json : ${{ secrets.BQCARTOCI_DEPLOY_CLOUD_EXTENSIONS_SA_BASE64 }}
4646 project_id : ${{ env.BQ_PROJECT_CI }}
4747 create_credentials_file : true
4848 - name : Setup gcloud
49- uses : google-github-actions/setup-gcloud@v0
49+ uses : google-github-actions/setup-gcloud@v2
5050 with :
5151 version : ${{ env.GCLOUD_VERSION }}
5252 project_id : ${{ env.BQ_PROJECT_CI }}
@@ -85,13 +85,13 @@ jobs:
8585 - name : Check diff
8686 uses : technote-space/get-diff-action@v4
8787 - name : Auth google
88- uses : google-github-actions/auth@v0
88+ uses : google-github-actions/auth@v2
8989 with :
9090 credentials_json : ${{ secrets.BQCARTOCD_DEPLOY_CLOUD_EXTENSIONS_SA_BASE64 }}
9191 project_id : ${{ env.BQ_PROJECT }}
9292 create_credentials_file : true
9393 - name : Setup gcloud
94- uses : google-github-actions/setup-gcloud@v0
94+ uses : google-github-actions/setup-gcloud@v2
9595 with :
9696 version : ${{ env.GCLOUD_VERSION }}
9797 project_id : ${{ env.BQ_PROJECT }}
@@ -130,13 +130,13 @@ jobs:
130130 - name : Check diff
131131 uses : technote-space/get-diff-action@v4
132132 - name : Auth google
133- uses : google-github-actions/auth@v0
133+ uses : google-github-actions/auth@v2
134134 with :
135135 credentials_json : ${{ secrets.BQCARTO_DEPLOY_CLOUD_EXTENSIONS_SA_BASE64 }}
136136 project_id : ${{ matrix.project }}
137137 create_credentials_file : true
138138 - name : Setup gcloud
139- uses : google-github-actions/setup-gcloud@v0
139+ uses : google-github-actions/setup-gcloud@v2
140140 with :
141141 version : ${{ env.GCLOUD_VERSION }}
142142 project_id : ${{ matrix.project }}
@@ -157,13 +157,13 @@ jobs:
157157 - name : Checkout repo
158158 uses : actions/checkout@v2
159159 - name : Auth google
160- uses : google-github-actions/auth@v0
160+ uses : google-github-actions/auth@v2
161161 with :
162162 credentials_json : ${{ secrets.GCLOUD_PRODUCTION_RELEASE_SA }}
163163 project_id : ${{ secrets.GCLOUD_PRODUCTION_PROJECT }}
164164 create_credentials_file : true
165165 - name : Setup gcloud
166- uses : google-github-actions/setup-gcloud@v0
166+ uses : google-github-actions/setup-gcloud@v2
167167 with :
168168 version : ${{ env.GCLOUD_VERSION }}
169169 project_id : ${{ secrets.GCLOUD_PRODUCTION_PROJECT }}
0 commit comments