Skip to content

Commit 9cbf334

Browse files
chore(deps): update google-github-actions/deploy-cloudrun action to v2
1 parent 05de66f commit 9cbf334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/google-cloudrun-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Deploy to Cloud Run
104104
id: deploy
105-
uses: google-github-actions/deploy-cloudrun@v1
105+
uses: google-github-actions/deploy-cloudrun@v2
106106
with:
107107
service: ${{ env.SERVICE }}
108108
region: ${{ env.REGION }}

.github/workflows/google-cloudrun-source.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Deploy to Cloud Run
8686
id: deploy
87-
uses: google-github-actions/deploy-cloudrun@v1
87+
uses: google-github-actions/deploy-cloudrun@v2
8888
with:
8989
service: ${{ env.SERVICE }}
9090
region: ${{ env.REGION }}

0 commit comments

Comments
 (0)