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 39
39
service_account :
' [email protected] '
40
40
41
41
- id : ' deploy'
42
- uses : ' google-github-actions/deploy-cloud-functions@v0 '
42
+ uses : ' google-github-actions/deploy-cloud-functions@v1 '
43
43
with :
44
44
name : ' my-function'
45
45
runtime : ' nodejs16'
@@ -237,7 +237,7 @@ jobs:
237
237
service_account: '[email protected] '
238
238
239
239
- id: 'deploy'
240
- uses: 'google-github-actions/deploy-cloud-functions@v0 '
240
+ uses: 'google-github-actions/deploy-cloud-functions@v1 '
241
241
with:
242
242
name: 'my-function'
243
243
runtime: 'nodejs16'
@@ -257,7 +257,7 @@ jobs:
257
257
- uses: 'actions/checkout@v3'
258
258
259
259
- id: 'deploy'
260
- uses: 'google-github-actions/deploy-cloud-functions@v0 '
260
+ uses: 'google-github-actions/deploy-cloud-functions@v1 '
261
261
with:
262
262
name: 'my-function'
263
263
runtime: 'nodejs16'
You can’t perform that action at this time.
0 commit comments