Skip to content

Commit 74c2e9b

Browse files
committed
bump semver check
Signed-off-by: Bugen Zhao <[email protected]>
1 parent 863f6ef commit 74c2e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions-rs/cargo@v1
6969
with:
7070
command: install
71-
args: cargo-semver-checks --version ^0.39 --locked
71+
args: cargo-semver-checks --version ^0.41 --locked
7272
- name: Check semver
7373
run: |
7474
cargo semver-checks check-release -p sqllogictest

0 commit comments

Comments
 (0)