summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 04:57:23 +0000
committerGitHub <noreply@github.com>2024-01-29 04:57:23 +0000
commite0e25fa2c0c5139662f5594ec3c591f160d47345 (patch)
tree31db8365dd028da3d38866ba363ea240ccdd6b54
parent6fe7cfc0e096ce4dd1c2aa2f5ace8752bffdab44 (diff)
Bump google-github-actions/setup-gcloud from 2.0.1 to 2.1.0dependabot/github_actions/google-github-actions/setup-gcloud-2.1.0
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.0.1 to 2.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](https://github.com/google-github-actions/setup-gcloud/compare/v2.0.1...v2.1.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>
-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 1b82765bd0..3c183a6232 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -800,7 +800,7 @@ jobs:
credentials_json: ${{ secrets.GCS_STORAGE_SERVICE_KEY_JSON }}
- name: Setup GCS
id: gcs-setup
- uses: google-github-actions/setup-gcloud@v2.0.1
+ uses: google-github-actions/setup-gcloud@v2.1.0
- name: Upload Artifacts
id: upload
uses: google-github-actions/upload-cloud-storage@v2.0.0