From ef2b7743db83aa79e79ab2d75b838564530e586d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:37:33 +0000 Subject: [PATCH] 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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d1ef649..6ac40e9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} - name: Deploy to Cloud Run - uses: google-github-actions/deploy-cloudrun@v1 + uses: google-github-actions/deploy-cloudrun@v2 with: service: ${{ vars.GCP_SERVICE }} image: ${{ env.DOCKER_IMAGE_URL }} @@ -81,7 +81,7 @@ jobs: workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} - name: Deploy to Cloud Run - uses: google-github-actions/deploy-cloudrun@v1 + uses: google-github-actions/deploy-cloudrun@v2 with: service: ${{ vars.GCP_SERVICE }} image: ${{ env.DOCKER_IMAGE_URL }}