diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d27c7c..b9725bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: # That needs the migrations applied first, so it belongs next to the test job. steps: - uses: actions/checkout@v7 - - uses: sqlc-dev/setup-sqlc@v4 + - uses: sqlc-dev/setup-sqlc@v5 with: sqlc-version: "1.31.1" - name: sqlc diff