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

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-05-07 13:00:35 -07:00
committed by GitHub
parent 578c4cd2ea
commit de584195d7
3 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@ jobs:
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.4.0
uses: google-github-actions/deploy-cloudrun@v2.4.1
with:
service: ${{ env.SERVICE }}
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}