Skip to content

Commit

Permalink
bump semver checks
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Nov 10, 2024
1 parent 2d27572 commit bdad08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-semver-checks --version ^0.32 --locked
args: cargo-semver-checks --version 0.36 --locked
- name: Check semver
run: |
cargo semver-checks check-release -p sqllogictest
Expand Down

0 comments on commit bdad08d

Please sign in to comment.