From 0b8862ab80f55dd41fc312eb7f7b1ac99f2ba1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:44:23 +0000 Subject: [PATCH] chore(deps): bump supabase/setup-cli from 2.0.0 to 2.0.1 Bumps [supabase/setup-cli](https://github.com/supabase/setup-cli) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/supabase/setup-cli/releases) - [Commits](https://github.com/supabase/setup-cli/compare/df56b21da46c98abb12a9804e4fb1f657773e333...a4d563a017eb7e7da097c40c441f85dbdcc4411f) --- updated-dependencies: - dependency-name: supabase/setup-cli dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pgTAP.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pgTAP.yaml b/.github/workflows/pgTAP.yaml index 14e9c11e..3db97e17 100644 --- a/.github/workflows/pgTAP.yaml +++ b/.github/workflows/pgTAP.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: supabase/setup-cli@df56b21da46c98abb12a9804e4fb1f657773e333 # v2.0.0 + - uses: supabase/setup-cli@a4d563a017eb7e7da097c40c441f85dbdcc4411f # v2.0.1 with: version: 2.75.0 - name: Supabase Start