File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 service_account :
' [email protected] ' 3838
3939 - id : ' deploy'
40- uses : ' google-github-actions/deploy-appengine@v2 '
40+ uses : ' google-github-actions/deploy-appengine@v3 '
4141
4242 # Example of using the output
4343 - id : ' test'
@@ -186,7 +186,7 @@ jobs:
186186 service_account: '[email protected] ' 187187
188188 - id: 'deploy'
189- uses: 'google-github-actions/deploy-appengine@v2 '
189+ uses: 'google-github-actions/deploy-appengine@v3 '
190190` ` `
191191
192192# ## Via Application Default Credentials
@@ -201,7 +201,7 @@ jobs:
201201 job_id:
202202 steps:
203203 - id: 'deploy'
204- uses: 'google-github-actions/deploy-appengine@v2 '
204+ uses: 'google-github-actions/deploy-appengine@v3 '
205205` ` `
206206
207207# # Advanced Configuration
@@ -219,7 +219,7 @@ minutes.
219219jobs:
220220 job_id:
221221 steps:
222- - uses: 'google-github-actions/deploy-appengine@v2 '
222+ - uses: 'google-github-actions/deploy-appengine@v3 '
223223 env:
224224 CLOUDSDK_APP_CLOUD_BUILD_TIMEOUT: 1800 # 30 minutes
225225` ` `
You can’t perform that action at this time.
0 commit comments