From f9aeddb5e938eb0fdef0bd480a3baf7637234f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:23:43 +0000 Subject: [PATCH] chore(deps): bump the gh-deps group with 2 updates Bumps the gh-deps group with 2 updates: [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) and [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun). Updates `google-github-actions/setup-gcloud` from 2.1.1 to 2.1.2 - [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.1.1...v2.1.2) Updates `google-github-actions/deploy-cloudrun` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/deploy-cloudrun/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-deps - dependency-name: google-github-actions/deploy-cloudrun dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_artifact_proxy_dev.yaml | 4 ++-- .github/workflows/deploy_artifact_proxy_prod.yaml | 4 ++-- .github/workflows/deploy_discord_gcp_alerts.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_artifact_proxy_dev.yaml b/.github/workflows/deploy_artifact_proxy_dev.yaml index a2079c6f3..066fd4641 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.1 + uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ env.PROJECT_ID }} @@ -60,7 +60,7 @@ jobs: - name: 🚀 Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@v2.7.1 + uses: google-github-actions/deploy-cloudrun@v2.7.2 with: service: ${{ env.SERVICE }} image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }} diff --git a/.github/workflows/deploy_artifact_proxy_prod.yaml b/.github/workflows/deploy_artifact_proxy_prod.yaml index 5b926456e..19a426bed 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.1 + uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ env.PROJECT_ID }} @@ -54,7 +54,7 @@ jobs: - name: 🚀 Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@v2.7.1 + uses: google-github-actions/deploy-cloudrun@v2.7.2 with: service: ${{ env.SERVICE }} image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }} diff --git a/.github/workflows/deploy_discord_gcp_alerts.yaml b/.github/workflows/deploy_discord_gcp_alerts.yaml index 715ea5deb..2d5721ef6 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.1 + uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ env.PROJECT_ID }} @@ -60,7 +60,7 @@ jobs: - name: 🚀 Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@v2.7.1 + uses: google-github-actions/deploy-cloudrun@v2.7.2 with: service: ${{ env.SERVICE }} image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}