From 7aebf72c74d29ab32276d0446ca5b183f5aa0a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 05:00:31 +0000 Subject: [PATCH] :arrow_up: Bump google-github-actions/deploy-cloudrun from 0 to 1 Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 0 to 1. - [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/deploy-cloudrun/compare/v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_hosted.yml b/.github/workflows/release_hosted.yml index 54d4650..53fae1d 100644 --- a/.github/workflows/release_hosted.yml +++ b/.github/workflows/release_hosted.yml @@ -99,7 +99,7 @@ jobs: - name: Deploy to Cloud Run if: steps.regex-match.outputs.match != '' || github.event.workflow_run || github.event_name == 'workflow_dispatch' id: deploy - uses: google-github-actions/deploy-cloudrun@v0 + uses: google-github-actions/deploy-cloudrun@v1 with: metadata: hosted/service.prod.yaml project_id: ${{ env.PROJECT_ID }}