Skip to content

Commit 51b0ea9

Browse files
committedAug 25, 2024·
ci: update semver checks action
1 parent e8b8444 commit 51b0ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
rust:
1212
- stable
13-
- beta
13+
- beta
1414
- stable minus 8 releases
1515
steps:
1616
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
- uses: Swatinem/rust-cache@v2
5252

5353
- name: check semver
54-
uses: obi1kenobi/cargo-semver-checks-action@v2
54+
uses: obi1kenobi/cargo-semver-checks-action@v2.6
5555

5656
fmtclippy:
5757
runs-on: ubuntu-latest
@@ -67,4 +67,4 @@ jobs:
6767
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
6868

6969
- name: cargo-fmt
70-
run: cargo fmt --all --check
70+
run: cargo fmt --all --check

0 commit comments

Comments
 (0)
Please sign in to comment.