Skip to content

Commit 89062a4

Browse files
authored
Merge pull request #1505 from rabbitmq/dependabot/github_actions/google-github-actions/get-gke-credentials-2
Bump google-github-actions/get-gke-credentials from 1 to 2
2 parents 47b3154 + 0abc4c2 commit 89062a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }}
305305
service_account: ${{ secrets.GCP_SA }}
306306
- id: 'get-credentials'
307-
uses: 'google-github-actions/get-gke-credentials@v1'
307+
uses: 'google-github-actions/get-gke-credentials@v2'
308308
with:
309309
cluster_name: ${{ matrix.gke-cluster }}
310310
location: europe-west1
@@ -351,7 +351,7 @@ jobs:
351351
workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }}
352352
service_account: ${{ secrets.GCP_SA }}
353353
- id: 'get-credentials'
354-
uses: 'google-github-actions/get-gke-credentials@v1'
354+
uses: 'google-github-actions/get-gke-credentials@v2'
355355
with:
356356
cluster_name: ci-bunny-2
357357
location: europe-west1
@@ -395,7 +395,7 @@ jobs:
395395
workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }}
396396
service_account: ${{ secrets.GCP_SA }}
397397
- id: 'get-credentials'
398-
uses: 'google-github-actions/get-gke-credentials@v1'
398+
uses: 'google-github-actions/get-gke-credentials@v2'
399399
with:
400400
cluster_name: ci-bunny-1
401401
location: europe-west1

0 commit comments

Comments
 (0)