From e61c167e22e1cbd29ec692dafff214a6f44a7af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:20:41 +0000 Subject: [PATCH] build(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/release-dev.yml | 2 +- .github/workflows/release-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 6d792e4..4fcbfff 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -148,7 +148,7 @@ jobs: - name: Deploy to cloud run id: deploy - uses: google-github-actions/deploy-cloudrun@v1 + uses: google-github-actions/deploy-cloudrun@v2 with: service: ${{ env.SERVICE }} region: ${{ env.REGION }} diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index eaadb7f..39a17c8 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -190,7 +190,7 @@ jobs: - name: Deploy to cloud run id: deploy - uses: google-github-actions/deploy-cloudrun@v1 + uses: google-github-actions/deploy-cloudrun@v2 with: service: ${{ env.SERVICE }} region: ${{ env.REGION }}