Skip to content

Commit

Permalink
Merge pull request #1698 from atsign-foundation/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/google-github-actions/get-gke-credentials-2.0.0

build(deps): Bump google-github-actions/get-gke-credentials from 1.0.2 to 2.0.0
  • Loading branch information
cpswan authored Dec 11, 2023
2 parents 525117f + 12131d0 commit bef47ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/at_server_dev_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1

# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/get-gke-credentials@35ab0d2b2d48792c19f09325413bd185c8d44394 # v1.0.2
- uses: google-github-actions/get-gke-credentials@0ee75eea82b114e2ac06176587c52970953206cf # v2.0.0
with:
cluster_name: ${{ secrets.GKE_DEV_CLUSTER }}
location: ${{ secrets.GKE_DEV_ZONE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/at_server_prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1

# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/get-gke-credentials@35ab0d2b2d48792c19f09325413bd185c8d44394 # v1.0.2
- uses: google-github-actions/get-gke-credentials@0ee75eea82b114e2ac06176587c52970953206cf # v2.0.0
with:
cluster_name: ${{ secrets.GKE_PROD_CLUSTER }}
location: ${{ secrets.GKE_PROD_ZONE }}
Expand Down

0 comments on commit bef47ca

Please sign in to comment.