From 02a63ca9810cefb0cd4ffe12dc4d3b419e3c4f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:58:42 +0000 Subject: [PATCH] Bump google-github-actions/deploy-cloud-functions from 2.1.0 to 3.0.1 Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 2.1.0 to 3.0.1. - [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.1.0...v3.0.1) --- 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 59337a6d..a79e3623 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@v2.1.0 + uses: google-github-actions/deploy-cloud-functions@v3.0.1 with: name: ${{ github.event_name == 'release' && 'openhabGoogleAssistant' || 'openhabGoogleAssistant_test' }} runtime: nodejs18