Skip to content

Commit

Permalink
Merge pull request #696 from PrefectHQ/dependabot/github_actions/goog…
Browse files Browse the repository at this point in the history
…le-github-actions/deploy-cloudrun-2

Bump google-github-actions/deploy-cloudrun from 1 to 2
  • Loading branch information
zzstoatzz authored Dec 31, 2023
2 parents 9c7fbf5 + 6202bd3 commit 18f814e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudrun-revision-community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
service_account: marvin-workflow-main@prefect-org-github-actions.iam.gserviceaccount.com

- name: Deploy revision
uses: google-github-actions/deploy-cloudrun@v1
uses: google-github-actions/deploy-cloudrun@v2
with:
image: us-docker.pkg.dev/prefect-prd-external-tools/marvin/marvin-community-bot:latest
project_id: prefect-prd-external-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudrun-revision-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
service_account: marvin-workflow-main@prefect-org-github-actions.iam.gserviceaccount.com

- name: Deploy revision
uses: google-github-actions/deploy-cloudrun@v1
uses: google-github-actions/deploy-cloudrun@v2
with:
image: us-docker.pkg.dev/prefect-prd-internal-tools/marvin/marvin-internal-bot:latest
project_id: prefect-prd-internal-tools
Expand Down

0 comments on commit 18f814e

Please sign in to comment.