From 6bb60bbd54e4d9b7c32ece8c0bd2250a98dc54da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:03:14 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloud-functions from 3.0.8 to 4.0.0 Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 3.0.8 to 4.0.0. - [Release notes](https://github.com/google-github-actions/deploy-cloud-functions/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloud-functions/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/deploy-cloud-functions/compare/v3.0.8...v4.0.0) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloud-functions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d56eb4d..caec445 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -34,7 +34,7 @@ jobs: - name: Generate Requirements run: ./scripts/_generate_requirements.sh - id: 'deploy' - uses: 'google-github-actions/deploy-cloud-functions@v3.0.8' + uses: 'google-github-actions/deploy-cloud-functions@v4.0.0' with: name: "update2" runtime: 'python313'