Skip to content

Commit

Permalink
chore(deps): bump google-github-actions/deploy-cloudrun from 2.5.0 to…
Browse files Browse the repository at this point in the history
… 2.6.0 in the gh-deps group (#2126)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Seidel <[email protected]>
  • Loading branch information
dependabot[bot] and eseidel authored May 20, 2024
1 parent c48fc58 commit ac17716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_artifact_proxy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.5.0
uses: google-github-actions/deploy-cloudrun@v2.6.0
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_artifact_proxy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.5.0
uses: google-github-actions/deploy-cloudrun@v2.6.0
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_discord_gcp_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2.5.0
uses: google-github-actions/deploy-cloudrun@v2.6.0
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down

0 comments on commit ac17716

Please sign in to comment.