Skip to content

Commit 305e214

Browse files
chore(deps): bump google-github-actions/deploy-cloudrun from 1 to 2 (#487)
Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 1 to 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@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b31529b commit 305e214

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_dev_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Deploy to Cloud Run
5252
id: deploy
53-
uses: google-github-actions/deploy-cloudrun@v1
53+
uses: google-github-actions/deploy-cloudrun@v2
5454
with:
5555
service: ${{ env.SERVICE }}
5656
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}

.github/workflows/deploy_prod_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Deploy to Cloud Run
4646
id: deploy
47-
uses: google-github-actions/deploy-cloudrun@v1
47+
uses: google-github-actions/deploy-cloudrun@v2
4848
with:
4949
service: ${{ env.SERVICE }}
5050
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}

.github/workflows/deploy_staging_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Deploy to Cloud Run
4646
id: deploy
47-
uses: google-github-actions/deploy-cloudrun@v1
47+
uses: google-github-actions/deploy-cloudrun@v2
4848
with:
4949
service: ${{ env.SERVICE }}
5050
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}

0 commit comments

Comments
 (0)