Skip to content

Commit 87162dc

Browse files
committed
feat: bump default cli version to 1.136.3
1 parent f528525 commit 87162dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
version:
23-
- 1.28.3
23+
- 1.136.3
2424
- latest
2525
pg_major:
2626
- 14

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A specific version of the `supabase` CLI can be installed:
2424
steps:
2525
- uses: supabase/setup-cli@v1
2626
with:
27-
version: 1.28.3
27+
version: 1.136.3
2828
```
2929

3030
Run `supabase db start` to execute all migrations on a fresh database:
@@ -44,9 +44,9 @@ Since Supabase CLI relies on Docker Engine API, additional setup may be required
4444

4545
The actions supports the following inputs:
4646

47-
| Name | Type | Description | Default | Required |
48-
| --------- | ------ | ---------------------------------- | -------- | -------- |
49-
| `version` | String | Supabase CLI version (or `latest`) | `1.28.3` | false |
47+
| Name | Type | Description | Default | Required |
48+
| --------- | ------ | ---------------------------------- | --------- | -------- |
49+
| `version` | String | Supabase CLI version (or `latest`) | `1.136.3` | false |
5050

5151
## Advanced Usage
5252

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
version:
66
description: Version of Supabase CLI to install
77
required: false
8-
default: 1.28.3
8+
default: 1.136.3
99
outputs:
1010
version:
1111
description: Version of installed Supabase CLI

0 commit comments

Comments
 (0)