From b860ae309375acd97a286920b65f8879bcb61cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:37:46 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/deploy-cloudrun from 1 to 2 Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 1 to 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/v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-job.yml b/.github/workflows/deploy-job.yml index 43058047..1174b467 100644 --- a/.github/workflows/deploy-job.yml +++ b/.github/workflows/deploy-job.yml @@ -58,7 +58,7 @@ jobs: ${{ secrets.firebase_private_key_base64_gcp_secret_name }}:"${{ secrets.firebase_private_key_base64 }}" - id: deploy - uses: google-github-actions/deploy-cloudrun@v1 + uses: google-github-actions/deploy-cloudrun@v2 with: service: ${{ secrets.gcp_cloudrun_service_name }} region: ${{ secrets.gcp_cloudrun_service_region }}