summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-14 07:31:00 -0400
committerGitHub <noreply@github.com>2022-03-14 07:31:00 -0400
commit6f2f7dadf44ccbc0b16cf418313a5c716491b8f3 (patch)
treea903171eafdc7aa2929f0a3a81f5100bf624e57b
parent5da9b375ec3ea59a7b2a6ec4022c8662427f1e63 (diff)
Bump google-github-actions/setup-gcloud from 0.5.1 to 0.6.0 (#12386)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2c852642f8..ab50499c9c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -580,7 +580,7 @@ jobs:
path: final-artifacts
- name: Setup Gcloud
id: gcloud
- uses: google-github-actions/setup-gcloud@v0.5.1
+ uses: google-github-actions/setup-gcloud@v0.6.0
with:
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}