summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-01 19:03:18 +0300
committerGitHub <noreply@github.com>2024-05-01 19:03:18 +0300
commita4d4247f531f37ac384dc8031cdeefa0f8d15b47 (patch)
treed98bf7734032039cefbc797a1b4ba67e53c881dc
parent8ef400948966d4bcaa50cc094776bae2a6698e13 (diff)
Bump google-github-actions/setup-gcloud from 2.0.1 to 2.1.0 (#16860)
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 b134bf7dd1..5c9bedc800 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -843,7 +843,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