chore(deps): bump the gh-deps group with 3 updates (#3306)

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-09-08 11:59:59 -05:00
committed by GitHub
parent 779821c0f3
commit 46a05c2f5e
3 changed files with 9 additions and 9 deletions
@@ -35,14 +35,14 @@ jobs:
uses: dart-lang/setup-dart@v1
- name: 🔐 GCloud Auth
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
project_id: ${{ env.PROJECT_ID }}
credentials_json: ${{ secrets.CLOUD_RUN_SA_DEV }}
export_environment_variables: true
- name: ☁️ Setup GCloud SDK
uses: google-github-actions/setup-gcloud@v3.0.0
uses: google-github-actions/setup-gcloud@v3.0.1
with:
project_id: ${{ env.PROJECT_ID }}
@@ -63,7 +63,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.7.4
uses: google-github-actions/deploy-cloudrun@v3.0.1
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
@@ -29,14 +29,14 @@ jobs:
uses: dart-lang/setup-dart@v1
- name: 🔐 GCloud Auth
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
project_id: ${{ env.PROJECT_ID }}
credentials_json: ${{ secrets.CLOUD_RUN_SA_PROD }}
export_environment_variables: true
- name: ☁️ Setup GCloud SDK
uses: google-github-actions/setup-gcloud@v3.0.0
uses: google-github-actions/setup-gcloud@v3.0.1
with:
project_id: ${{ env.PROJECT_ID }}
@@ -57,7 +57,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.7.4
uses: google-github-actions/deploy-cloudrun@v3.0.1
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
@@ -35,14 +35,14 @@ jobs:
uses: dart-lang/setup-dart@v1
- name: 🔐 GCloud Auth
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
project_id: ${{ env.PROJECT_ID }}
credentials_json: ${{ secrets.CLOUD_RUN_SA_PROD }}
export_environment_variables: true
- name: ☁️ Setup GCloud SDK
uses: google-github-actions/setup-gcloud@v3.0.0
uses: google-github-actions/setup-gcloud@v3.0.1
with:
project_id: ${{ env.PROJECT_ID }}
@@ -63,7 +63,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.7.4
uses: google-github-actions/deploy-cloudrun@v3.0.1
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}