From f6b9aa3ad6baf58607370baef2d0d06ab1a1389e Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 19 Nov 2024 14:19:11 +0200 Subject: [PATCH] ci: Switch to v0.9 instead Signed-off-by: Alexandru Vasile --- .github/workflows/check-semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index e0d43e87d93a..ad07c696a64e 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -74,7 +74,7 @@ jobs: - name: install parity-publish # Set the target dir to cache the build. - run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.8.0 --locked -q + run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.9.0 --locked -q - name: check semver run: |