Skip to content

Commit eed6460

Browse files
committed
fix(ci): update acitons version
1 parent 6357c1d commit eed6460

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/on_merge_to_main_supabase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: supabase/setup-cli@v1
5656
with:
57-
version: latest
57+
version: 2.6.8
5858

5959
- run: yarn workspace @twilio-paste/backend supabase link --project-ref $SUPABASE_PROJECT_ID
6060
- run: yarn workspace @twilio-paste/backend supabase db push

.github/workflows/on_pull_request_supabase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: supabase/setup-cli@v1
5555
with:
56-
version: latest
56+
version: 2.2.1
5757

5858
- name: Link Supabase project
5959
run: yarn workspace @twilio-paste/backend supabase link --project-ref $SUPABASE_PROJECT_ID

.github/workflows/update_docs_embed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- uses: supabase/setup-cli@v1
6767
with:
68-
version: latest
68+
version: 2.6.8
6969

7070
- name: Link Supabase project
7171
run: yarn workspace @twilio-paste/backend supabase link --project-ref $PROJECT_ID

0 commit comments

Comments
 (0)