Skip to content

Commit

Permalink
Bump google-github-actions/deploy-cloudrun from 2.2.0 to 2.7.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 2.2.0 to 2.7.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@v2.2.0...v2.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 72f8aff commit 5defa29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Deploy Production to Cloud Run
id: deploy-production
uses: google-github-actions/deploy-cloudrun@v2.2.0
uses: google-github-actions/deploy-cloudrun@v2.7.2
with:
service: ${{ env.PRODUCTION_SERVICE }}
image: ${{ env.GOOGLE_TAG }}
Expand All @@ -64,7 +64,7 @@ jobs:

- name: Deploy Staging to Cloud Run
id: deploy-staging
uses: google-github-actions/deploy-cloudrun@v2.2.0
uses: google-github-actions/deploy-cloudrun@v2.7.2
with:
service: ${{ env.STAGING_SERVICE }}
image: ${{ env.GOOGLE_TAG }}
Expand Down

0 comments on commit 5defa29

Please sign in to comment.