Skip to content

Commit b0053ff

Browse files
Bump google-github-actions/deploy-cloudrun from 2 to 3 (#1107)
1 parent 8e8224e commit b0053ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
service_account: github-todo@${{ secrets.PROJECT_ID }}.iam.gserviceaccount.com
121121
- name: Deploy to Cloud Run
122122
id: deploy
123-
uses: google-github-actions/deploy-cloudrun@v2
123+
uses: google-github-actions/deploy-cloudrun@v3
124124
with:
125125
service: ${{ env.service_name }}
126126
region: europe-west4

0 commit comments

Comments
 (0)