Skip to content

Commit 9b91ef0

Browse files
chore(deps): update cargo-semver-checks to v0.42.0
1 parent 848e5a2 commit 9b91ef0

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
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install cargo-semver-checks
103103
run: |
104104
mkdir installed-bins
105-
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.41.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
105+
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.42.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
106106
| tar -xz --directory=./installed-bins
107107
echo `pwd`/installed-bins >> $GITHUB_PATH
108108
- run: ci/validate-version-bump.sh

0 commit comments

Comments
 (0)