diff --git a/.github/workflows/deploy-to-k8s.yml b/.github/workflows/deploy-to-k8s.yml index 7821699..ae3cfc6 100644 --- a/.github/workflows/deploy-to-k8s.yml +++ b/.github/workflows/deploy-to-k8s.yml @@ -146,7 +146,7 @@ jobs: - name: Install cluster credentials (GKE) if: ${{ inputs.auth_method == 'gke' }} - uses: google-github-actions/get-gke-credentials@v2 + uses: google-github-actions/get-gke-credentials@v3 with: ${{ fromJSON(inputs.auth_params) }} - name: Install cluster credentials (kubeconfig)