Skip to content

Commit cfd4b61

Browse files
authored
docs: update readme examples to use v1 (#282)
In light of the v1 release, the README is now updated so that all examples use v1 instead of v0.
1 parent 65b719c commit cfd4b61

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
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)