From cfbac8033ecd075c325b92ed9586f7024ec570a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:25:54 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloud-functions from 1.0.1 to 2.0.0 Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 1.0.1 to 2.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/v1.0.1...v2.0.0) --- 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/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index aa6cccce..b6fcd28b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -110,7 +110,7 @@ jobs: credentials_json: ${{ secrets.GCP_SA_KEY }} - name: Deploy to Google Cloud Functions - uses: google-github-actions/deploy-cloud-functions@v1.0.1 + uses: google-github-actions/deploy-cloud-functions@v2.0.0 with: name: ${{ github.event_name == 'release' && 'openhabGoogleAssistant' || 'openhabGoogleAssistant_test' }} runtime: nodejs18