Skip to content

Commit 8d2a6b5

Browse files
CI - update checkout action & bump DO cluster size (#616)
1 parent c4bf1d4 commit 8d2a6b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/pr-deploy-cleanup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
return member
3131
3232
- name: Checkout
33-
uses: actions/checkout@v2 # no way of getting the correct ref from the issue event, hence the below
33+
uses: actions/checkout@v3 # no way of getting the correct ref from the issue event, hence the below
3434
if: ${{ steps.permissions.outputs.result == 'true' && contains(github.event.pull_request.labels.*.name, 'deploy') }}
3535

3636
- name: Declare variables that we can share across steps

Diff for: .github/workflows/pr-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
return member
4040
4141
- name: Checkout
42-
uses: actions/checkout@v2 # no way of getting the correct ref from the issue event, hence the below
42+
uses: actions/checkout@v3 # no way of getting the correct ref from the issue event, hence the below
4343
if: ${{ steps.permissions.outputs.result == 'true' && contains(github.event.pull_request.labels.*.name, 'deploy') }}
4444

4545
- name: Declare variables that we can share across steps

Diff for: .github/workflows/test-digitalocean-install.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
${{ steps.vars.outputs.k8s_cluster_name }} \
4848
--version "$DO_K8S_VERSION" \
4949
--tag="provisioned_by:github_action" \
50-
--size s-2vcpu-4gb \
51-
--count 2 \
50+
--size s-4vcpu-8gb \
51+
--count 3 \
5252
--wait
5353
5454
- name: Install PostHog using the Helm chart

0 commit comments

Comments
 (0)