From af79ae499d95653c98c57ab4768799461af27095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:47:26 +0000 Subject: [PATCH] Update google-github-actions/deploy-cloudrun action to v1 --- .github/workflows/build_release_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_and_deploy.yml b/.github/workflows/build_release_and_deploy.yml index f0c5389a..d6d15cf5 100644 --- a/.github/workflows/build_release_and_deploy.yml +++ b/.github/workflows/build_release_and_deploy.yml @@ -112,7 +112,7 @@ jobs: - name: Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@v0.10.3 + uses: google-github-actions/deploy-cloudrun@v1.0.0 with: service: ${{ env.IMAGE_NAME }} image: gcr.io/${{ env.GOOGLE_CLOUD_PROJECT_ID }}/${{ env.IMAGE_NAME }}:v${{ github.event.inputs.web_major_version }}.${{ github.event.inputs.web_minor_version }}.${{ github.event.inputs.web_patch_version }}