Skip to content

Commit f213119

Browse files
chore(deps): update cargo-semver-checks to v0.44.0
1 parent ee515e6 commit f213119

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

0 commit comments

Comments
 (0)