Skip to content

Commit fe52e85

Browse files
abizersweatybridge
andauthored
feat: bump default cli version to 1.178.2 (#287)
* feat: bump default cli version to 1.176.10 * Update action.yml * Update README.md * Update README.md * Update start.yml --------- Co-authored-by: Han Qiao <[email protected]> Co-authored-by: Han Qiao <[email protected]>
1 parent 0f2bd49 commit fe52e85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.136.3
23+
- 1.178.2
2424
- latest
2525
pg_major:
2626
- 14

README.md

Lines changed: 2 additions & 2 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.136.3
27+
version: 1.178.2
2828
```
2929

3030
Run `supabase db start` to execute all migrations on a fresh database:
@@ -46,7 +46,7 @@ The actions supports the following inputs:
4646

4747
| Name | Type | Description | Default | Required |
4848
| --------- | ------ | ---------------------------------- | --------- | -------- |
49-
| `version` | String | Supabase CLI version (or `latest`) | `1.136.3` | false |
49+
| `version` | String | Supabase CLI version (or `latest`) | `1.178.2` | 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.136.3
8+
default: 1.178.2
99
outputs:
1010
version:
1111
description: Version of installed Supabase CLI

0 commit comments

Comments
 (0)