From 5c7d5b6cde4cca722afea44be69204078d1bb079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:19:07 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/deploy-cloudrun from 2 to 3 Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 2 to 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...v3) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index a180f0c..1cdbc93 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -50,7 +50,7 @@ jobs: echo "image=${IMAGE}:${TAG}" >> "$GITHUB_OUTPUT" - name: Deploy to Cloud Run - uses: google-github-actions/deploy-cloudrun@v2 + uses: google-github-actions/deploy-cloudrun@v3 with: service: ${{ env.SERVICE_NAME }} region: ${{ env.GCP_REGION }}