From 485ba3370927f334be25af61ad83a72e08eeb164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:28:07 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloudrun from 2.2.0 to 2.4.1 Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 2.2.0 to 2.4.1. - [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.4.1) --- 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..4b6d5b59 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.4.1 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.4.1 with: service: ${{ env.STAGING_SERVICE }} image: ${{ env.GOOGLE_TAG }}