File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ jobs:
304
304
workload_identity_provider : ${{ secrets.GCP_IDENTITY_PROVIDER }}
305
305
service_account : ${{ secrets.GCP_SA }}
306
306
- id : ' get-credentials'
307
- uses : ' google-github-actions/get-gke-credentials@v1 '
307
+ uses : ' google-github-actions/get-gke-credentials@v2 '
308
308
with :
309
309
cluster_name : ${{ matrix.gke-cluster }}
310
310
location : europe-west1
@@ -351,7 +351,7 @@ jobs:
351
351
workload_identity_provider : ${{ secrets.GCP_IDENTITY_PROVIDER }}
352
352
service_account : ${{ secrets.GCP_SA }}
353
353
- id : ' get-credentials'
354
- uses : ' google-github-actions/get-gke-credentials@v1 '
354
+ uses : ' google-github-actions/get-gke-credentials@v2 '
355
355
with :
356
356
cluster_name : ci-bunny-2
357
357
location : europe-west1
@@ -395,7 +395,7 @@ jobs:
395
395
workload_identity_provider : ${{ secrets.GCP_IDENTITY_PROVIDER }}
396
396
service_account : ${{ secrets.GCP_SA }}
397
397
- id : ' get-credentials'
398
- uses : ' google-github-actions/get-gke-credentials@v1 '
398
+ uses : ' google-github-actions/get-gke-credentials@v2 '
399
399
with :
400
400
cluster_name : ci-bunny-1
401
401
location : europe-west1
You can’t perform that action at this time.
0 commit comments