Skip to content

Commit 6885b8c

Browse files
chore(deps): update google-github-actions/get-gke-credentials action to v2
1 parent 9574281 commit 6885b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/google.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
gcloud --quiet auth configure-docker
4646
4747
# Get the GKE credentials so we can deploy to the cluster
48-
- uses: google-github-actions/get-gke-credentials@v1.0.2
48+
- uses: google-github-actions/get-gke-credentials@v2.3.1
4949
with:
5050
cluster_name: ${{ env.GKE_CLUSTER }}
5151
location: ${{ env.GKE_ZONE }}

.github/workflows/googleXs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050

5151
# Get the GKE credentials so we can deploy to the cluster
52-
- uses: google-github-actions/get-gke-credentials@v1.0.2
52+
- uses: google-github-actions/get-gke-credentials@v2.3.1
5353
with:
5454
cluster_name: ${{ env.GKE_CLUSTER }}
5555
location: ${{ env.GKE_ZONE }}

0 commit comments

Comments
 (0)