Skip to content

Commit

Permalink
Upgrade cargo-semver-checks-actions to v2, make verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Nov 26, 2023
1 parent 594bc44 commit f534901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ jobs:
- uses: actions/checkout@v2

- name: Check semver (must manually inspect)
uses: obi1kenobi/cargo-semver-checks-action@v1
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
verbose: true
continue-on-error: true

0 comments on commit f534901

Please sign in to comment.