Skip to content

Commit

Permalink
Refer to v2 of the action in README (#446)
Browse files Browse the repository at this point in the history
Refer to v2 of the action
  • Loading branch information
mgr0dzicki authored May 3, 2023
1 parent 38e5f64 commit cf03e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,9 +1448,4 @@ jobs:
persist-credentials: false

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v1
with:
# cargo-semver-checks currently doesn't have a --lib target,
# so we explicitly ask for the binary target to be checked instead.
# For library crates, you almost always want the default `--lib` value here.
crate-target: --bin cargo-semver-checks
uses: obi1kenobi/cargo-semver-checks-action@v2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ cargo semver-checks check-release
Or use as a [GitHub Action](https://github.com/obi1kenobi/cargo-semver-checks-action) (used in .github/workflows/ci.yml in this repo):
```yaml
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v1
uses: obi1kenobi/cargo-semver-checks-action@v2
```
![image](https://user-images.githubusercontent.com/2348618/180127698-240e4bed-5581-4cbd-9f47-038affbc4a3e.png)
Expand Down

0 comments on commit cf03e7f

Please sign in to comment.