|
39 | 39 | steps: |
40 | 40 | - uses: 'actions/checkout@v4' |
41 | 41 |
|
42 | | - - uses: 'google-github-actions/auth@v1' |
| 42 | + - uses: 'google-github-actions/auth@v2' |
43 | 43 | with: |
44 | 44 | workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' |
45 | 45 | service_account: '[email protected]' |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 |
|
193 | 193 | # ... |
194 | 194 |
|
195 | | - - uses: 'google-github-actions/auth@v1' |
| 195 | + - uses: 'google-github-actions/auth@v2' |
196 | 196 | with: |
197 | 197 | workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' |
198 | 198 | service_account: '[email protected]' |
@@ -301,27 +301,6 @@ project level. |
301 | 301 |
|
302 | 302 | - [Example workflows][examples] for `create-cloud-deploy-release` |
303 | 303 |
|
304 | | -## Versioning |
305 | | - |
306 | | -We recommend pinning to the latest available major version: |
307 | | - |
308 | | -```yaml |
309 | | -- uses: 'google-github-actions/create-cloud-deploy-release@v1' |
310 | | -``` |
311 | | - |
312 | | -While this action attempts to follow semantic versioning, but we're ultimately |
313 | | -human and sometimes make mistakes. To prevent accidental breaking changes, you |
314 | | -can also pin to a specific version: |
315 | | - |
316 | | -```yaml |
317 | | -- uses: 'google-github-actions/[email protected]' |
318 | | -``` |
319 | | - |
320 | | -However, you will not get automatic security updates or new features without |
321 | | -explicitly updating your version number. Note that we only publish `MAJOR` and |
322 | | -`MAJOR.MINOR.PATCH` versions. There is **not** a floating alias for |
323 | | -`MAJOR.MINOR`. |
324 | | - |
325 | 304 |
|
326 | 305 | [anthos]: https://cloud.google.com/anthos |
327 | 306 | [cd]: https://cloud.google.com/deploy |
|
0 commit comments