File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
version :
23
- - 1.136.3
23
+ - 1.178.2
24
24
- latest
25
25
pg_major :
26
26
- 14
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A specific version of the `supabase` CLI can be installed:
24
24
steps:
25
25
- uses: supabase/setup-cli@v1
26
26
with:
27
- version: 1.136.3
27
+ version: 1.178.2
28
28
` ` `
29
29
30
30
Run `supabase db start` to execute all migrations on a fresh database :
@@ -46,7 +46,7 @@ The actions supports the following inputs:
46
46
47
47
| Name | Type | Description | Default | Required |
48
48
| --------- | ------ | ---------------------------------- | --------- | -------- |
49
- | `version` | String | Supabase CLI version (or `latest`) | `1.136.3 ` | false |
49
+ | `version` | String | Supabase CLI version (or `latest`) | `1.178.2 ` | false |
50
50
51
51
# # Advanced Usage
52
52
Original file line number Diff line number Diff line change 5
5
version :
6
6
description : Version of Supabase CLI to install
7
7
required : false
8
- default : 1.136.3
8
+ default : 1.178.2
9
9
outputs :
10
10
version :
11
11
description : Version of installed Supabase CLI
You can’t perform that action at this time.
0 commit comments