From 36d0ffc2b569e218816d136f01612f3816607fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:14:15 +0300 Subject: [PATCH] chore(deps): bump sqlc-dev/setup-sqlc from 4 to 5 (#880) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8bb2d67..ab228324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: go mod download - name: Setup sqlc - uses: sqlc-dev/setup-sqlc@v4 + uses: sqlc-dev/setup-sqlc@v5 with: sqlc-version: "1.31.1"