Skip to content

Commit

Permalink
bump semver check version
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jun 20, 2024
1 parent c593237 commit 7e8a535
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 @@ -63,7 +63,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-semver-checks --version ^0.27 --locked
args: cargo-semver-checks --version ^0.32 --locked
- name: Check semver
run: |
cargo semver-checks check-release -p sqllogictest
Expand Down

0 comments on commit 7e8a535

Please sign in to comment.