From 047423eed88949bfe4b8364698ca3b1c14d7b549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:02:09 +0000 Subject: [PATCH] build(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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52565a8..f1078da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,7 +71,7 @@ jobs: # Passes secret manager references for server-only environment keys (GEMINI_API_KEY and OPENWEATHER_API_KEY) - name: Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@v2 + uses: google-github-actions/deploy-cloudrun@v3 with: service: ${{ env.SERVICE_NAME }} region: ${{ env.GCP_REGION }}