Skip to content

Commit 3fad79a

Browse files
committed
chore: update default cli version to 1.28.3
1 parent c7aa2dc commit 3fad79a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.28.0
27+
version: 1.28.3
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.28.0` | false |
49+
| `version` | String | Supabase CLI version (or `latest`) | `1.28.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.0
8+
default: 1.28.3
99
runs:
1010
using: node16
1111
main: dist/index.js

0 commit comments

Comments
 (0)