Bump google-github-actions/setup-gcloud from 0.3 to 0.4.0 (#12031)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.3 to 0.4.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.3...v0.4.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>
dependabot[bot] committed
Jan 24, 2022 at 13:05 UTC
46ec6ec3ace64090bbc4bc79e7786aceb6dc1dda
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -461,7 +461,7 @@ jobs:
461
name: final-artifacts
462
path: final-artifacts
463
- name: Setup Gcloud
464
- uses: google-github-actions/setup-gcloud@v0.3
464
+ uses: google-github-actions/setup-gcloud@v0.4.0
465
with:
466
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
467
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}