From 5bf06936455dfe9ddd55f9cd3b7008939bf0a367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:15:51 +0000 Subject: [PATCH] build(deps): bump sqlc-dev/setup-sqlc from 4 to 5 Bumps [sqlc-dev/setup-sqlc](https://github.com/sqlc-dev/setup-sqlc) from 4 to 5. - [Release notes](https://github.com/sqlc-dev/setup-sqlc/releases) - [Commits](https://github.com/sqlc-dev/setup-sqlc/compare/v4...v5) --- updated-dependencies: - dependency-name: sqlc-dev/setup-sqlc dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 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