Skip to content

Commit bfd56b0

Browse files
authored
Merge pull request #369 from mgr0dzicki/semver_action
Use `cargo-semver-checks-action`
2 parents df38891 + 47f5421 commit bfd56b0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: .github/workflows/ci.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,15 @@ 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+
rust-toolchain: manual
112114
- name: Check semver
113-
run: cargo semver-checks check-release
115+
uses: obi1kenobi/cargo-semver-checks-action@v2
116+
with:
117+
rust-toolchain: manual
114118

115119
typos:
116120
name: Check spelling

0 commit comments

Comments
 (0)