Skip to content

Commit

Permalink
Merge pull request #184 from signalwire/renovate/google-github-action…
Browse files Browse the repository at this point in the history
…s-deploy-cloudrun-2.x

Update google-github-actions/deploy-cloudrun action to v2
  • Loading branch information
lucasmellos authored Feb 6, 2024
2 parents d5e196c + d6b7013 commit 6204482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gcloud-cloudrun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- id: 'deploy'
uses: 'google-github-actions/deploy-cloudrun@v1'
uses: 'google-github-actions/deploy-cloudrun@v2'
with:
service: ${{ inputs.SERVICE }}
image: 'gcr.io/cloudrun/hello'

0 comments on commit 6204482

Please sign in to comment.