We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831692c commit 1664fccCopy full SHA for 1664fcc
.github/workflows/call-run-integration-test.yaml
@@ -264,7 +264,7 @@ jobs:
264
265
- name: Get the GKE Kubeconfig
266
if: matrix.cloud == 'gke'
267
- uses: 'google-github-actions/get-gke-credentials@v2'
+ uses: 'google-github-actions/get-gke-credentials@v3'
268
with:
269
cluster_name: ${{ needs.call-run-terraform-setup.outputs.gke-cluster-name }}
270
location: ${{ needs.call-run-terraform-setup.outputs.gke-cluster-zone }}
0 commit comments