diff --git a/.github/workflows/eso-refresh-and-restart-multi.yml b/.github/workflows/eso-refresh-and-restart-multi.yml index 52a79164..3d465154 100644 --- a/.github/workflows/eso-refresh-and-restart-multi.yml +++ b/.github/workflows/eso-refresh-and-restart-multi.yml @@ -58,13 +58,13 @@ jobs: steps: - name: Authenticate to Google Cloud (WIF) - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ inputs.gcp_workload_identity_provider }} service_account: ${{ inputs.gcp_github_actions_sa }} - name: Get GKE credentials - uses: google-github-actions/get-gke-credentials@v2 + uses: google-github-actions/get-gke-credentials@v3 with: project_id: ${{ inputs.gcp_project_id }} cluster_name: ${{ inputs.gke_cluster }}