Bump google-github-actions/setup-gcloud from 0.2.1 to 0.3 (#11893)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.2.1 to 0.3. - [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.2.1...v0.3) --- 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
Dec 13, 2021 at 10:11 UTC
33945e628350e8014b5e1dfb2382c36d05fbc58e
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -465,7 +465,7 @@ jobs:
465
name: final-artifacts
466
path: final-artifacts
467
- name: Setup Gcloud
468
- uses: google-github-actions/setup-gcloud@v0.2.1
468
+ uses: google-github-actions/setup-gcloud@v0.3
469
with:
470
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
471
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}