Skip to content

Commit 8f5a6c2

Browse files
committed
Use v2 of cargo-semver-checks-action
1 parent 63340a3 commit 8f5a6c2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,16 @@ jobs:
106106
with:
107107
shared-key: "semver-checks"
108108
cache-targets: false
109-
- run: cargo install cargo-semver-checks --locked
110109
- name: Check semver (API)
111-
run: cargo semver-checks check-release -p bootloader_api
110+
uses: obi1kenobi/cargo-semver-checks-action@v2
111+
with:
112+
package: bootloader_api
113+
prefix-key: api
114+
rust-toolchain: manual
112115
- name: Check semver
113-
run: cargo semver-checks check-release
116+
uses: obi1kenobi/cargo-semver-checks-action@v2
117+
with:
118+
rust-toolchain: manual
114119

115120
typos:
116121
name: Check spelling

0 commit comments

Comments
 (0)