Skip to content

Commit

Permalink
chore(deps): bump the gh-deps group with 2 updates (#2600)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bryan Oltman <[email protected]>
  • Loading branch information
dependabot[bot] and bryanoltman authored Nov 4, 2024
1 parent 561f6b1 commit 9e55e50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_artifact_proxy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export_environment_variables: true

- name: ☁️ Setup GCloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
with:
project_id: ${{ env.PROJECT_ID }}

Expand All @@ -60,7 +60,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_artifact_proxy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
export_environment_variables: true

- name: ☁️ Setup GCloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
with:
project_id: ${{ env.PROJECT_ID }}

Expand All @@ -54,7 +54,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_discord_gcp_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export_environment_variables: true

- name: ☁️ Setup GCloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
with:
project_id: ${{ env.PROJECT_ID }}

Expand All @@ -60,7 +60,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down

0 comments on commit 9e55e50

Please sign in to comment.