Skip to content

Commit c0209b9

Browse files
authored
Update README.md
1 parent 503da31 commit c0209b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This [action](https://docs.github.com/actions) downloads and installs [sqlc](htt
77
```yaml
88
steps:
99
# Ensure sqlc is installed
10-
- uses: sqlc-dev/setup-sqlc@v3
10+
- uses: sqlc-dev/setup-sqlc@v4
1111
with:
12-
sqlc-version: '1.20.0'
12+
sqlc-version: '1.21.0'
1313
# Print out the current version
1414
- run: sqlc version
1515
```

0 commit comments

Comments
 (0)