Skip to content

Commit

Permalink
build(deps): bump google-github-actions/deploy-cloudrun (#278)
Browse files Browse the repository at this point in the history
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](google-github-actions/deploy-cloudrun@e62f655...82a0d44)

---
updated-dependencies:
- dependency-name: google-github-actions/deploy-cloudrun
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 8a343b3 commit 333e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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] }}
Expand Down

0 comments on commit 333e71f

Please sign in to comment.