chore(deps): bump the gh-deps group with 2 updates (#2831)

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]
2025-02-03 11:59:42 -06:00
committed by GitHub
parent 4a86163261
commit f3a11b3be0
3 changed files with 6 additions and 6 deletions
@@ -42,7 +42,7 @@ jobs:
export_environment_variables: true
- name: ☁️ Setup GCloud SDK
uses: google-github-actions/setup-gcloud@v2.1.2
uses: google-github-actions/setup-gcloud@v2.1.4
with:
project_id: ${{ env.PROJECT_ID }}
@@ -60,7 +60,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.7.2
uses: google-github-actions/deploy-cloudrun@v2.7.3
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}