From 15e51940acc59653452a88a13ae196f945111c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 02:15:10 +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-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-webhook.yml b/.github/workflows/release-webhook.yml index a2b9da0..92a452d 100644 --- a/.github/workflows/release-webhook.yml +++ b/.github/workflows/release-webhook.yml @@ -24,7 +24,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: source_dir: ./webhook/ name: ${{ secrets.CF_NAME }}