From 3186380ff31b89da089e10bac0b795ad6c57a5d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 13:27:59 +0900 Subject: [PATCH] chore(deps): update google-github-actions/deploy-cloudrun action to v1 (#307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gss2022_backend_on_postgres_services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gss2022_backend_on_postgres_services.yml b/.github/workflows/gss2022_backend_on_postgres_services.yml index 4f787fc..b753e1c 100644 --- a/.github/workflows/gss2022_backend_on_postgres_services.yml +++ b/.github/workflows/gss2022_backend_on_postgres_services.yml @@ -87,7 +87,7 @@ jobs: run: | docker push ${{ env.DOCKER_IMAGE }} - name: Deploy to Cloud Run - uses: google-github-actions/deploy-cloudrun@v0 + uses: google-github-actions/deploy-cloudrun@v1 with: service: ${{ env.CLOUD_RUN_SERVICE_NAME }} image: ${{ env.DOCKER_IMAGE }}