Skip to content

Commit de87a16

Browse files
authored
Upgrade example version to 0.4.0 (#40)
1 parent 77a11a1 commit de87a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Deploy to Cloud Run
4949
id: deploy
50-
uses: google-github-actions/deploy-cloudrun@v0.2.0
50+
uses: google-github-actions/deploy-cloudrun@v0.4.0
5151
with:
5252
service: ${{ env.SERVICE }}
5353
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}

0 commit comments

Comments
 (0)