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 3939 service_account : ' my-service-account@my-project.iam.gserviceaccount.com'
4040
4141 - id : ' deploy'
42- uses : ' google-github-actions/deploy-cloud-functions@v0 '
42+ uses : ' google-github-actions/deploy-cloud-functions@v1 '
4343 with :
4444 name : ' my-function'
4545 runtime : ' nodejs16'
@@ -237,7 +237,7 @@ jobs:
237237 service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
238238
239239 - id: 'deploy'
240- uses: 'google-github-actions/deploy-cloud-functions@v0 '
240+ uses: 'google-github-actions/deploy-cloud-functions@v1 '
241241 with:
242242 name: 'my-function'
243243 runtime: 'nodejs16'
@@ -257,7 +257,7 @@ jobs:
257257 - uses: 'actions/checkout@v3'
258258
259259 - id: 'deploy'
260- uses: 'google-github-actions/deploy-cloud-functions@v0 '
260+ uses: 'google-github-actions/deploy-cloud-functions@v1 '
261261 with:
262262 name: 'my-function'
263263 runtime: 'nodejs16'
You can’t perform that action at this time.
0 commit comments