chore(ci): cargo-semver-checks to 0.29.0

This commit is contained in:
Weihang Lo 2024-02-19 11:39:03 -05:00
parent 9859f6e5cf
commit b36f34ff53
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -104,7 +104,7 @@ jobs:
- name: Install cargo-semver-checks
run: |
mkdir installed-bins
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.24.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.29.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
| tar -xz --directory=./installed-bins
echo `pwd`/installed-bins >> $GITHUB_PATH
- run: ci/validate-version-bump.sh