From 3f79f7e86535301f36abd2c565eaecfdaa32b7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:27:53 +0530 Subject: [PATCH] [dep][actions](deps): Bump google-github-actions/setup-gcloud (#4345) --- .github/workflows/release_cli_and_assets.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_cli_and_assets.yml b/.github/workflows/release_cli_and_assets.yml index 1d0136894..23cd5a27e 100644 --- a/.github/workflows/release_cli_and_assets.yml +++ b/.github/workflows/release_cli_and_assets.yml @@ -72,7 +72,7 @@ jobs: credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }} - name: Get GCloud CLI - uses: google-github-actions/setup-gcloud@v2.1.0 + uses: google-github-actions/setup-gcloud@v2.1.1 with: project_id: ${{ env.PROJECT_ID }} @@ -121,7 +121,7 @@ jobs: credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }} - name: Get GCloud CLI - uses: google-github-actions/setup-gcloud@v2.1.0 + uses: google-github-actions/setup-gcloud@v2.1.1 with: project_id: ${{ env.PROJECT_ID }} @@ -771,7 +771,7 @@ jobs: # credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }} # - name: Get GCloud CLI - # uses: google-github-actions/setup-gcloud@v2.1.0 + # uses: google-github-actions/setup-gcloud@v2.1.1 # with: # project_id: ${{ env.PROJECT_ID }}