Skip to content

Commit

Permalink
chore(deps): bump google-github-actions/deploy-cloudrun from 2.6.1 to…
Browse files Browse the repository at this point in the history
… 2.7.1 in the gh-deps group (#2444)
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent d2daea2 commit 1973e34
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.6.1
uses: google-github-actions/deploy-cloudrun@v2.7.1
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.6.1
uses: google-github-actions/deploy-cloudrun@v2.7.1
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.6.1
uses: google-github-actions/deploy-cloudrun@v2.7.1
with:
service: ${{ env.SERVICE }}
image: ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}
Expand Down

0 comments on commit 1973e34

Please sign in to comment.