Skip to content

Commit 129e028

Browse files
build(deps): bump google-github-actions/deploy-cloudrun from 2 to 3
Bumps [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/deploy-cloudrun dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ba9b5e commit 129e028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
timeout-minutes: 5
7979

8080
- name: Deploy to Cloud Run
81-
uses: google-github-actions/deploy-cloudrun@v2
81+
uses: google-github-actions/deploy-cloudrun@v3
8282
with:
8383
service: detached-node
8484
image: ${{ vars.GCP_REGION }}-docker.pkg.dev/${{ vars.GCP_PROJECT_ID }}/tech-blog/app:${{ github.sha }}

0 commit comments

Comments
 (0)