From 32a235ae249a1b14af2fadad6cd2feccb2710f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:43:00 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloud-functions from 3 to 4 Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloud-functions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d0e17c6..6c808d1 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -47,7 +47,7 @@ jobs: if: ${{ steps.gcs-auth.outcome == 'success' }} uses: 'google-github-actions/setup-gcloud@v2' - - uses: google-github-actions/deploy-cloud-functions@v3 + - uses: google-github-actions/deploy-cloud-functions@v4 with: name: ${{ secrets.GCF_NAME }} region: ${{ secrets.GCF_REGION }}