From 7a2e63fa5c9151a1de13c67973bb1e98ae541a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:46:40 +0000 Subject: [PATCH] chore(deps): update google-github-actions/deploy-cloudrun action to v2.7.2 --- .github/workflows/wc-deploy-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wc-deploy-backend.yml b/.github/workflows/wc-deploy-backend.yml index 1b7cd7eb..588c736c 100644 --- a/.github/workflows/wc-deploy-backend.yml +++ b/.github/workflows/wc-deploy-backend.yml @@ -62,7 +62,7 @@ jobs: - # https://github.com/marketplace/actions/deploy-to-cloud-run name: Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@6ffa584a8ff78a430af94158c5538716464ea5a0 # v2.7.1 + uses: google-github-actions/deploy-cloudrun@1ec29da1351112c7904fb60454a55e3e1021a51c # v2.7.2 with: service: ${{ inputs.service }} region: ${{ inputs.gar-location }}