mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-01-12 16:53:08 +08:00
fix: bump sqlc verify action version to 1.27.0
This commit is contained in:
2
.github/workflows/sqlc-verify.yml
vendored
2
.github/workflows/sqlc-verify.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Setup Sqlc
|
- name: Setup Sqlc
|
||||||
uses: sqlc-dev/setup-sqlc@v4
|
uses: sqlc-dev/setup-sqlc@v4
|
||||||
with:
|
with:
|
||||||
sqlc-version: "1.26.0"
|
sqlc-version: "1.27.0"
|
||||||
|
|
||||||
- name: Check Diff
|
- name: Check Diff
|
||||||
run: sqlc diff
|
run: sqlc diff
|
||||||
|
|||||||
Reference in New Issue
Block a user