From bc4a5f57fbdaed038ea61d55ceda392c6c0f688c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:01:16 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloud-functions from 2 to 3 Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloud-functions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 038ee59..043c365 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCLOUD_AUTH }}' - - uses: google-github-actions/deploy-cloud-functions@v2 + - uses: google-github-actions/deploy-cloud-functions@v3 with: name: ${{ secrets.CF_NAME }} region: ${{ secrets.CF_REGION }}