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 }}