Skip to content

Commit

Permalink
Update gcloud workflow version (#1257)
Browse files Browse the repository at this point in the history
* update version

* fix linter workflow
  • Loading branch information
TraceyOnim committed May 10, 2024
1 parent 2715728 commit cf7ad17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Setup gcloud CLI
- run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v2
with:
service: quadquiz-alpha
region: us-east4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: '1.15.4'
otp-version: '26.0.2'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Setup gcloud CLI
- run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Deploy
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v2
with:
service: quadquiz-preview
region: us-east4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Setup gcloud CLI
- run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v2
with:
service: quadquiz
region: us-east4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Setup gcloud CLI
- run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v2
with:
service: quadquiz-staging
region: us-east4
Expand Down

0 comments on commit cf7ad17

Please sign in to comment.