diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 0bf5f89c76..a76cd88533 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -216,7 +216,7 @@ jobs: - uses: google-github-actions/setup-gcloud@v2.1.0 with: project_id: ${{ secrets.GKE_PROJECT }} - - uses: google-github-actions/get-gke-credentials@v2.1.0 + - uses: google-github-actions/get-gke-credentials@v2.2.0 with: cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }} location: ${{ secrets.GKE_REGION }} @@ -279,7 +279,7 @@ jobs: - uses: google-github-actions/setup-gcloud@v2.1.0 with: project_id: ${{ secrets.GKE_PROJECT }} - - uses: google-github-actions/get-gke-credentials@v2.1.0 + - uses: google-github-actions/get-gke-credentials@v2.2.0 with: cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }} location: ${{ secrets.GKE_REGION }}