From 87162dc7e9322b04c79bdb81e0dce1f261097ff2 Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Wed, 31 Jan 2024 12:44:59 +0800 Subject: [PATCH] feat: bump default cli version to 1.136.3 --- .github/workflows/start.yml | 2 +- README.md | 8 ++++---- action.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index a630c45..4013e87 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: version: - - 1.28.3 + - 1.136.3 - latest pg_major: - 14 diff --git a/README.md b/README.md index 65fca25..817a79d 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.3 + version: 1.136.3 ``` 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 The actions supports the following inputs: -| Name | Type | Description | Default | Required | -| --------- | ------ | ---------------------------------- | -------- | -------- | -| `version` | String | Supabase CLI version (or `latest`) | `1.28.3` | false | +| Name | Type | Description | Default | Required | +| --------- | ------ | ---------------------------------- | --------- | -------- | +| `version` | String | Supabase CLI version (or `latest`) | `1.136.3` | false | ## Advanced Usage diff --git a/action.yml b/action.yml index 59c96c0..f1c2c6c 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.3 + default: 1.136.3 outputs: version: description: Version of installed Supabase CLI