@@ -17,7 +17,7 @@ support](https://cloud.google.com/support).**
1717 the secrets being requested. See [ Authorization] ( #authorization ) for more
1818 information.
1919
20- - This action runs using Node 20 . If you are using self-hosted GitHub Actions
20+ - This action runs using Node 24 . If you are using self-hosted GitHub Actions
2121 runners, you must use runner version
2222 [ 2.285.0] ( https://github.com/actions/virtual-environments ) or newer.
2323
@@ -39,13 +39,13 @@ jobs:
3939 steps :
4040 - uses : ' actions/checkout@v4'
4141
42- - uses : ' google-github-actions/auth@v2 '
42+ - uses : ' google-github-actions/auth@v3 '
4343 with :
4444 workload_identity_provider : ' projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
4545 service_account : ' my-service-account@my-project.iam.gserviceaccount.com'
4646
4747 - id : create-release
48- uses : ' google-github-actions/create-cloud-deploy-release@v1 '
48+ uses : ' google-github-actions/create-cloud-deploy-release@v2 '
4949 with :
5050 name : ' demo-app-v1-2-3'
5151 description : ' Add new functionality to demo-app'
@@ -194,12 +194,12 @@ jobs:
194194
195195 # ...
196196
197- - uses: 'google-github-actions/auth@v2 '
197+ - uses: 'google-github-actions/auth@v3 '
198198 with:
199199 workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
200200 service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
201201
202- - uses: 'google-github-actions/create-cloud-deploy-release@v1 '
202+ - uses: 'google-github-actions/create-cloud-deploy-release@v2 '
203203 with:
204204 name: 'example-app'
205205 ...
@@ -218,7 +218,7 @@ jobs:
218218 steps:
219219 # ...
220220
221- - uses: 'google-github-actions/create-cloud-deploy-release@v1 '
221+ - uses: 'google-github-actions/create-cloud-deploy-release@v2 '
222222 with:
223223 name: 'example-app'
224224 ...
0 commit comments