diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 18cf11b63..9c3d94787 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -269,7 +269,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 }} @@ -323,7 +323,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 }}