@@ -31,13 +31,13 @@ jobs:
3131
3232 steps :
3333 - id : ' auth'
34- uses : ' google-github-actions/auth@v1 '
34+ uses : ' google-github-actions/auth@v2 '
3535 with :
3636 workload_identity_provider : ' projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
3737 service_account :
' [email protected] ' 3838
3939 - id : ' deploy'
40- uses : ' google-github-actions/deploy-appengine@v1 '
40+ uses : ' google-github-actions/deploy-appengine@v2 '
4141
4242 # Example of using the output
4343 - id : ' test'
@@ -178,13 +178,13 @@ jobs:
178178
179179 steps:
180180 - id: 'auth'
181- uses: 'google-github-actions/auth@v1 '
181+ uses: 'google-github-actions/auth@v2 '
182182 with:
183183 workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
184184 service_account: '[email protected] ' 185185
186186 - id: 'deploy'
187- uses: 'google-github-actions/deploy-appengine@v1 '
187+ uses: 'google-github-actions/deploy-appengine@v2 '
188188` ` `
189189
190190# ## Via Application Default Credentials
@@ -199,7 +199,7 @@ jobs:
199199 job_id:
200200 steps:
201201 - id: 'deploy'
202- uses: 'google-github-actions/deploy-appengine@v1 '
202+ uses: 'google-github-actions/deploy-appengine@v2 '
203203` ` `
204204
205205# # Advanced Configuration
@@ -217,7 +217,7 @@ minutes.
217217jobs:
218218 job_id:
219219 steps:
220- - uses: 'google-github-actions/deploy-appengine@v1 '
220+ - uses: 'google-github-actions/deploy-appengine@v2 '
221221 env:
222222 CLOUDSDK_APP_CLOUD_BUILD_TIMEOUT: 1800 # 30 minutes
223223` ` `
0 commit comments