Skip to content

Commit 5b4c43c

Browse files
authoredAug 1, 2024··
chore: Update cargo semver binary
I updated the semver binary to the new version, this should make the CI run again. Pull-Request: #5520.
1 parent 06b5847 commit 5b4c43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ jobs:
308308
RUSTFLAGS: ''
309309
steps:
310310
- uses: actions/checkout@v4
311-
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
311+
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.33.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
312312
shell: bash
313-
- uses: obi1kenobi/cargo-semver-checks-action@7272cc2caa468d3e009a2b0a9cc366839348237b # v2
313+
- uses: obi1kenobi/cargo-semver-checks-action@7272cc2caa468d3e009a2b0a9cc366839348237b # v2.6
314314

315315
rustfmt:
316316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)