From 435de7c6c4bcc7add444fad45fa8e019b0ffb3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:42:31 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloudrun from 2.2.0 to 2.7.3 Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 2.2.0 to 2.7.3. - [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.2.0...v2.7.3) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-type: direct:production update-type: version-update:semver-minor ... 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 0d0f74d3..8dfcfb49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: - name: Deploy Production to Cloud Run id: deploy-production - uses: google-github-actions/deploy-cloudrun@v2.2.0 + uses: google-github-actions/deploy-cloudrun@v2.7.3 with: service: ${{ env.PRODUCTION_SERVICE }} image: ${{ env.GOOGLE_TAG }} @@ -64,7 +64,7 @@ jobs: - name: Deploy Staging to Cloud Run id: deploy-staging - uses: google-github-actions/deploy-cloudrun@v2.2.0 + uses: google-github-actions/deploy-cloudrun@v2.7.3 with: service: ${{ env.STAGING_SERVICE }} image: ${{ env.GOOGLE_TAG }}