Skip to content

Commit

Permalink
fix(gha): hardcode supabase version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Nov 23, 2024
1 parent 7b12af1 commit 13f6582
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/supabase-ci-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: latest
version: 1.223.10

- name: Start Supabase local development setup
run: supabase start
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/supabase-ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: latest
version: 1.223.10

- name: Start Supabase local development setup
run: supabase start
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/supabase-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: supabase/setup-cli@v1
with:
version: latest
version: 1.223.10

- name: Start Supabase local development setup
run: supabase start
Expand Down

0 comments on commit 13f6582

Please sign in to comment.