From f7f5b5aa08e81a3b4347ce110d24a7c3d93663bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:09:50 -0500 Subject: [PATCH] chore(deps): bump google-github-actions/setup-gcloud from 2.1.5 to 2.2.0 in the gh-deps group (#3278) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy_artifact_proxy_dev.yaml | 2 +- .github/workflows/deploy_artifact_proxy_prod.yaml | 2 +- .github/workflows/deploy_discord_gcp_alerts.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_artifact_proxy_dev.yaml b/.github/workflows/deploy_artifact_proxy_dev.yaml index 1aed0817..30062d74 100644 --- a/.github/workflows/deploy_artifact_proxy_dev.yaml +++ b/.github/workflows/deploy_artifact_proxy_dev.yaml @@ -42,7 +42,7 @@ jobs: export_environment_variables: true - name: ☁️ Setup GCloud SDK - uses: google-github-actions/setup-gcloud@v2.1.5 + uses: google-github-actions/setup-gcloud@v2.2.0 with: project_id: ${{ env.PROJECT_ID }} diff --git a/.github/workflows/deploy_artifact_proxy_prod.yaml b/.github/workflows/deploy_artifact_proxy_prod.yaml index 9e90408a..6273f196 100644 --- a/.github/workflows/deploy_artifact_proxy_prod.yaml +++ b/.github/workflows/deploy_artifact_proxy_prod.yaml @@ -36,7 +36,7 @@ jobs: export_environment_variables: true - name: ☁️ Setup GCloud SDK - uses: google-github-actions/setup-gcloud@v2.1.5 + uses: google-github-actions/setup-gcloud@v2.2.0 with: project_id: ${{ env.PROJECT_ID }} diff --git a/.github/workflows/deploy_discord_gcp_alerts.yaml b/.github/workflows/deploy_discord_gcp_alerts.yaml index 5ac8283c..6c50acef 100644 --- a/.github/workflows/deploy_discord_gcp_alerts.yaml +++ b/.github/workflows/deploy_discord_gcp_alerts.yaml @@ -42,7 +42,7 @@ jobs: export_environment_variables: true - name: ☁️ Setup GCloud SDK - uses: google-github-actions/setup-gcloud@v2.1.5 + uses: google-github-actions/setup-gcloud@v2.2.0 with: project_id: ${{ env.PROJECT_ID }}