diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 9abf9ee5d..bb27ed1e1 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -281,7 +281,7 @@ jobs: - uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ secrets.GKE_PROJECT }} - - uses: google-github-actions/get-gke-credentials@v2.3.0 + - uses: google-github-actions/get-gke-credentials@v2.3.3 with: cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }} location: ${{ secrets.GKE_REGION }} @@ -335,7 +335,7 @@ jobs: - uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ secrets.GKE_PROJECT }} - - uses: google-github-actions/get-gke-credentials@v2.3.0 + - uses: google-github-actions/get-gke-credentials@v2.3.3 with: cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }} location: ${{ secrets.GKE_REGION }}