summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 07:48:07 -0500
committerGitHub <noreply@github.com>2022-11-14 07:48:07 -0500
commitd9b2e8dd6183d0800c27da4389b8952857c2a520 (patch)
treef6fc831e71aa86f8beba2ea190971db276e2b9eb /.github
parent0fa9180cf1f0de825ae289720c075f4b43c3b7d9 (diff)
Bump google-github-actions/setup-gcloud from 0.6.2 to 1.0.1 (#13991)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.6.2 to 1.0.1. - [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](https://github.com/google-github-actions/setup-gcloud/compare/v0.6.2...v1.0.1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 e096bcfbff..282b678f08 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -672,7 +672,7 @@ jobs:
path: final-artifacts
- name: Setup Gcloud
id: gcloud
- uses: google-github-actions/setup-gcloud@v0.6.2
+ uses: google-github-actions/setup-gcloud@v1.0.1
with:
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}