From fa4b02ff0cf5352d8fca89e0cb78e51b0e1ef2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:42:28 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloud-functions from 1 to 2 Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 1 to 2. - [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/v1...v2) --- 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 e2758e8..609c7d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCLOUD_AUTH }}' - - uses: google-github-actions/deploy-cloud-functions@v1 + - uses: google-github-actions/deploy-cloud-functions@v2 with: name: ${{ secrets.CF_NAME }} region: ${{ secrets.CF_REGION }}