chore(deps): bump the gh-deps group with 6 updates (#1714)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
dependabot[bot]
2024-02-08 17:30:23 +00:00
committed by GitHub
parent 7904429c7b
commit 7f1a44262d
5 changed files with 44 additions and 29 deletions
@@ -20,18 +20,23 @@ jobs:
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- uses: dart-lang/setup-dart@v1
- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@v0.2.0
- name: GCloud Auth
uses: "google-github-actions/auth@v2"
with:
project_id: ${{ env.PROJECT_ID }}
credentials_json: ${{ secrets.CLOUD_RUN_SA_PROD }}
export_environment_variables: true
- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@v2.1.0
with:
project_id: ${{ env.PROJECT_ID }}
service_account_key: ${{ secrets.CLOUD_RUN_SA_PROD }}
export_default_credentials: true
- name: Authorize Docker Push
run: gcloud auth configure-docker
@@ -43,7 +48,7 @@ jobs:
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0.4.0
uses: google-github-actions/deploy-cloudrun@v2.2.0
with:
service: ${{ env.SERVICE }}
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}