From b8d7c59aacb68726a688d82fdf3cc024f87ceba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:41:12 +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/docker-gcp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-gcp.yml b/.github/workflows/docker-gcp.yml index ad2cb70..777b5b6 100644 --- a/.github/workflows/docker-gcp.yml +++ b/.github/workflows/docker-gcp.yml @@ -72,7 +72,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.APP_NAME }} image: ${{ env.IMAGE_TAG }}