Skip to content

Commit 1a195ab

Browse files
chore(deps): update cargo-semver-checks to v0.41.0
1 parent 8ddf367 commit 1a195ab

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

0 commit comments

Comments
 (0)