From c228936076b941e88a66b719679c44af96de8b5d Mon Sep 17 00:00:00 2001 From: Jon C Date: Thu, 9 Oct 2025 01:09:12 +0200 Subject: [PATCH] CI: Fix publish tool versions #### Problem The publish job is failing because the newest semver-checks doesn't support Rust 1.86. #### Summary of changes Similar to the reusable action, fix cargo-semver-checks and cargo-release to appropriate versions. --- .github/workflows/publish-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index 9533e90f..1bd81760 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -88,7 +88,7 @@ jobs: - name: Install cargo-semver-checks uses: taiki-e/install-action@v2 with: - tool: cargo-semver-checks,cargo-release + tool: cargo-semver-checks@0.42.0,cargo-release@0.25.18 - name: Set Git Author (required for cargo-release) run: | @@ -129,7 +129,7 @@ jobs: - name: Install cargo-release uses: taiki-e/install-action@v2 with: - tool: cargo-release + tool: cargo-release@0.25.18 - name: Ensure CARGO_REGISTRY_TOKEN variable is set env: