From 3d5b7b4c8a81218ceb3c1bce924a749fea713a76 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Apr 2026 04:10:35 +0000 Subject: [PATCH] Update README to reference v5 tag https://claude.ai/code/session_01Gkro53j1ATnVLnsPkprRgf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2eaf3b..1488435 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This [action](https://docs.github.com/actions) downloads and installs [sqlc](htt ```yaml steps: # Ensure sqlc is installed -- uses: sqlc-dev/setup-sqlc@v4 +- uses: sqlc-dev/setup-sqlc@v5 with: sqlc-version: '1.25.0' # Print out the current version