Skip to content

Commit ff87f43

Browse files
committed
Bump versions
1 parent e13c0ba commit ff87f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
service_account: '[email protected]'
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: '[email protected]'
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'

0 commit comments

Comments
 (0)