Skip to content

Commit b36f34f

Browse files
committed
chore(ci): cargo-semver-checks to 0.29.0
1 parent 9859f6e commit b36f34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install cargo-semver-checks
105105
run: |
106106
mkdir installed-bins
107-
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.24.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
107+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.29.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
108108
| tar -xz --directory=./installed-bins
109109
echo `pwd`/installed-bins >> $GITHUB_PATH
110110
- run: ci/validate-version-bump.sh

0 commit comments

Comments
 (0)