File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 service_account :
' [email protected] ' 3232
3333 - id : ' deploy'
34- uses : ' google-github-actions/deploy-appengine@v0 '
34+ uses : ' google-github-actions/deploy-appengine@v1 '
3535
3636 # Example of using the output
3737 - id : ' test'
@@ -122,7 +122,7 @@ jobs:
122122 service_account: '[email protected] ' 123123
124124 - id: 'deploy'
125- uses: 'google-github-actions/deploy-appengine@v0 '
125+ uses: 'google-github-actions/deploy-appengine@v1 '
126126` ` `
127127
128128# ## Via Application Default Credentials
@@ -137,7 +137,7 @@ jobs:
137137 job_id:
138138 steps:
139139 - id: 'deploy'
140- uses: 'google-github-actions/deploy-appengine@v0 '
140+ uses: 'google-github-actions/deploy-appengine@v1 '
141141` ` `
142142
143143# # Example Workflows
You can’t perform that action at this time.
0 commit comments