From fac40e486f17a8af9aeba6c5c16a02bd0185e879 Mon Sep 17 00:00:00 2001 From: abizer Date: Tue, 18 Jun 2024 18:34:28 -0700 Subject: [PATCH 1/5] feat: bump default cli version to 1.176.10 --- .github/workflows/start.yml | 2 +- README.md | 4 ++-- action.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index 4013e87..56c7610 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: version: - - 1.136.3 + - 1.176.10 - latest pg_major: - 14 diff --git a/README.md b/README.md index 817a79d..5213082 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.136.3 + version: 1.176.10 ``` 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.136.3` | false | +| `version` | String | Supabase CLI version (or `latest`) | `1.176.10` | false | ## Advanced Usage diff --git a/action.yml b/action.yml index f1c2c6c..3d79f5a 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: Version of Supabase CLI to install required: false - default: 1.136.3 + default: 1.176.10 outputs: version: description: Version of installed Supabase CLI From 950b2992178473ac56438eeb7da361156320e567 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Wed, 3 Jul 2024 11:39:26 +0800 Subject: [PATCH 2/5] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3d79f5a..507287c 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: Version of Supabase CLI to install required: false - default: 1.176.10 + default: 1.178.2 outputs: version: description: Version of installed Supabase CLI From 462cb88dcb666efd1ff6d55613b0812da4bda855 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Wed, 3 Jul 2024 11:39:43 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5213082..9859b09 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The actions supports the following inputs: | Name | Type | Description | Default | Required | | --------- | ------ | ---------------------------------- | --------- | -------- | -| `version` | String | Supabase CLI version (or `latest`) | `1.176.10` | false | +| `version` | String | Supabase CLI version (or `latest`) | `1.178.2` | false | ## Advanced Usage From d7c9679992722fa69469cc3b5a0300d573532719 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Wed, 3 Jul 2024 11:40:04 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9859b09..9301e01 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.176.10 + version: 1.178.2 ``` Run `supabase db start` to execute all migrations on a fresh database: From 1d10f5953e13d62ba2862b74d12c8c5988b6cd2f Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Wed, 3 Jul 2024 11:40:55 +0800 Subject: [PATCH 5/5] Update start.yml --- .github/workflows/start.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index 56c7610..f34170d 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: version: - - 1.176.10 + - 1.178.2 - latest pg_major: - 14