From 88693d5f8977f3046ee1882dd42ede8f0e6f090e Mon Sep 17 00:00:00 2001 From: Carson Full Date: Tue, 31 Oct 2023 16:34:21 -0500 Subject: [PATCH] Use edgedb cli v3 for now until v4 is stabilized (#2925) --- .github/actions/edgedb-setup/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/edgedb-setup/action.yml b/.github/actions/edgedb-setup/action.yml index 96a7394711..6579a1f8ac 100644 --- a/.github/actions/edgedb-setup/action.yml +++ b/.github/actions/edgedb-setup/action.yml @@ -5,6 +5,8 @@ runs: steps: - name: Setup EdgeDB uses: edgedb/setup-edgedb@abd93e5139e9f6a4320278a87022aef802086bad + with: + cli-version: ^3 - name: Generate EdgeDB TS files shell: bash