From 5826f2492475cfe389ffe337fcccea65ca65b8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:01:56 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/deploy-cloud-functions Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 3.0.1 to 3.0.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/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloud-functions dependency-type: direct:production update-type: version-update:semver-patch ... 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 e3b7493..08a0af5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_DEPLOY_SA_EMAIL }} - - uses: google-github-actions/deploy-cloud-functions@v3.0.1 + - uses: google-github-actions/deploy-cloud-functions@v3.0.2 with: name: tado-window-close runtime: go121