Skip to content

Commit

Permalink
build(deps): bump google-github-actions/deploy-cloudrun from 1 to 2
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 to 2.
- [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@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent ecb02ac commit e61c167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:

- name: Deploy to cloud run
id: deploy
uses: google-github-actions/deploy-cloudrun@v1
uses: google-github-actions/deploy-cloudrun@v2
with:
service: ${{ env.SERVICE }}
region: ${{ env.REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:

- name: Deploy to cloud run
id: deploy
uses: google-github-actions/deploy-cloudrun@v1
uses: google-github-actions/deploy-cloudrun@v2
with:
service: ${{ env.SERVICE }}
region: ${{ env.REGION }}
Expand Down

0 comments on commit e61c167

Please sign in to comment.