From 93605da86d5961e255a4c105b600140f67e0f801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:10:32 +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/4f9427c63ffe3ceeae0032efc3ebeb686417c1cf...d8c8efb902ce8702540e8ae3a4d01a5f719c9c30) --- 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/deploy-function-getoncall.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-function-getoncall.yaml b/.github/workflows/deploy-function-getoncall.yaml index 1ae531e..6e071e0 100644 --- a/.github/workflows/deploy-function-getoncall.yaml +++ b/.github/workflows/deploy-function-getoncall.yaml @@ -26,7 +26,7 @@ jobs: service_account: "github-actions@sigstore-support-tooling.iam.gserviceaccount.com" - id: deploy - uses: google-github-actions/deploy-cloud-functions@4f9427c63ffe3ceeae0032efc3ebeb686417c1cf # v1.0.1 + uses: google-github-actions/deploy-cloud-functions@d8c8efb902ce8702540e8ae3a4d01a5f719c9c30 # v2.0.0 with: name: 'GetOncall' runtime: 'go116'