Skip to content

Commit

Permalink
chore(deps): update google-github-actions/get-gke-credentials action …
Browse files Browse the repository at this point in the history
…to v2
  • Loading branch information
renovate[bot] committed May 28, 2024
1 parent c74514b commit d7ac00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
gcloud --quiet auth configure-docker
# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/get-gke-credentials@v1.0.1
- uses: google-github-actions/get-gke-credentials@v2.2.0
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/googleXs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:


# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/get-gke-credentials@v1.0.1
- uses: google-github-actions/get-gke-credentials@v2.2.0
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
Expand Down

0 comments on commit d7ac00f

Please sign in to comment.