chore(deps): bump google-github-actions/deploy-cloudrun from 2.3.0 to 2.4.0 in the gh-deps group (#1950)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-22 10:43:55 -05:00
committed by GitHub
parent 24da04e41d
commit 22a02c068f
3 changed files with 3 additions and 3 deletions
@@ -48,7 +48,7 @@ jobs:
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.3.0
uses: google-github-actions/deploy-cloudrun@v2.4.0
with:
service: ${{ env.SERVICE }}
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}