From 3fad79ab52764fef25c5518c91680958191b172d Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Thu, 5 Jan 2023 11:02:33 +0800 Subject: [PATCH] chore: update default cli version to 1.28.3 --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2005122..d549b55 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A specific version of the `supabase` CLI can be installed: steps: - uses: supabase/setup-cli@v1 with: - version: 1.28.0 + version: 1.28.3 ``` Run `supabase db start` to execute all migrations on a fresh database: @@ -46,7 +46,7 @@ The actions supports the following inputs: | Name | Type | Description | Default | Required | | --------- | ------ | ---------------------------------- | -------- | -------- | -| `version` | String | Supabase CLI version (or `latest`) | `1.28.0` | false | +| `version` | String | Supabase CLI version (or `latest`) | `1.28.3` | false | ## Advanced Usage diff --git a/action.yml b/action.yml index ff74fa4..50c0fab 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: Version of Supabase CLI to install required: false - default: 1.28.0 + default: 1.28.3 runs: using: node16 main: dist/index.js