Skip to content

Commit

Permalink
ci: bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/setup-gcloud@d51b534...62d4898)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tklauser committed Feb 6, 2023
1 parent 130289d commit 5561927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
credentials_json: '${{ secrets.GCP_PR_SA_KEY }}'

- name: Set up gcloud CLI
uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce
uses: google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587
with:
project_id: ${{ secrets.GCP_PR_PROJECT_ID }}
version: "405.0.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
credentials_json: '${{ secrets.GCP_PR_SA_KEY }}'

- name: Set up gcloud CLI
uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce
uses: google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587
with:
project_id: ${{ secrets.GCP_PR_PROJECT_ID }}
version: "405.0.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
credentials_json: '${{ secrets.GCP_PR_SA_KEY }}'

- name: Set up gcloud CLI
uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce
uses: google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587
with:
project_id: ${{ secrets.GCP_PR_PROJECT_ID }}
version: "405.0.0"
Expand Down

0 comments on commit 5561927

Please sign in to comment.