@@ -17,7 +17,7 @@ This action requires:
1717 Authorization section below for more information. You also need to
1818 [ create a GKE cluster] ( https://cloud.google.com/kubernetes-engine/docs/quickstart ) .
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 a [ runner
2222 version] ( https://github.com/actions/virtual-environments ) that supports this
2323 version or newer.
@@ -42,13 +42,13 @@ jobs:
4242
4343 steps:
4444 - id: 'auth'
45- uses: 'google-github-actions/auth@v2 '
45+ uses: 'google-github-actions/auth@v3 '
4646 with:
4747 project_id: 'my-project'
4848 workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
4949
5050 - id: 'get-credentials'
51- uses: 'google-github-actions/get-gke-credentials@v2 '
51+ uses: 'google-github-actions/get-gke-credentials@v3 '
5252 with:
5353 cluster_name: 'my-cluster'
5454 location: 'us-central1-a'
@@ -159,13 +159,13 @@ jobs:
159159
160160 steps :
161161 - id : ' auth'
162- uses : ' google-github-actions/auth@v2 '
162+ uses : ' google-github-actions/auth@v3 '
163163 with :
164164 project_id : ' my-project'
165165 workload_identity_provider : ' projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
166166
167167 - id : ' get-credentials'
168- uses : ' google-github-actions/get-gke-credentials@v2 '
168+ uses : ' google-github-actions/get-gke-credentials@v3 '
169169 with :
170170 cluster_name : ' my-cluster'
171171 location : ' us-central1-a'
@@ -178,12 +178,12 @@ jobs:
178178 job_id :
179179 steps :
180180 - id : ' auth'
181- uses : ' google-github-actions/auth@v2 '
181+ uses : ' google-github-actions/auth@v3 '
182182 with :
183183 credentials_json : ' ${{ secrets.gcp_credentials }}'
184184
185185 - id : ' get-credentials'
186- uses : ' google-github-actions/get-gke-credentials@v2 '
186+ uses : ' google-github-actions/get-gke-credentials@v3 '
187187 with :
188188 cluster_name : ' my-cluster'
189189 location : ' us-central1-a'
@@ -201,7 +201,7 @@ jobs:
201201 job_id :
202202 steps :
203203 - id : ' get-credentials'
204- uses : ' google-github-actions/get-gke-credentials@v2 '
204+ uses : ' google-github-actions/get-gke-credentials@v3 '
205205 with :
206206 cluster_name : ' my-cluster'
207207 location : ' us-central1-a'
@@ -221,7 +221,7 @@ jobs:
221221 job_id :
222222 steps :
223223 - id : ' get-credentials'
224- uses : ' google-github-actions/get-gke-credentials@v2 '
224+ uses : ' google-github-actions/get-gke-credentials@v3 '
225225 with :
226226 cluster_name : ' my-private-cluster'
227227 location : ' us-central1-a'
0 commit comments