diff --git a/.github/workflows/Deploy-GKE.yml b/.github/workflows/Deploy-GKE.yml index 5804d8b1..9342acbd 100644 --- a/.github/workflows/Deploy-GKE.yml +++ b/.github/workflows/Deploy-GKE.yml @@ -56,7 +56,7 @@ jobs: export_default_credentials: true # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@v2.1.0 + - uses: google-github-actions/get-gke-credentials@v2.3.0 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }}