From 333e71fd3091bff852f6f3638808d88683894842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 07:12:56 -0700 Subject: [PATCH] build(deps): bump google-github-actions/deploy-cloudrun (#278) Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 1.0.2 to 2.0.0. - [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/e62f655d5754bec48078a72edc015367b01ee97b...82a0d44f48151e2d393811779576ec6ad902146b) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 5c14c42..33cc714 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -87,7 +87,7 @@ jobs: uses: google-github-actions/setup-gcloud@5a5f7b85fca43e76e53463acaa9d408a03c98d3a - name: deploy to cloud run - uses: google-github-actions/deploy-cloudrun@e62f655d5754bec48078a72edc015367b01ee97b + uses: google-github-actions/deploy-cloudrun@82a0d44f48151e2d393811779576ec6ad902146b if: ${{ github.event_name != 'pull_request' }} with: image: ${{ fromJSON(needs.publish.outputs.meta_json).tags[0] }}