From e85cf837055b47b6c14e40ac7e945c552d86aaa4 Mon Sep 17 00:00:00 2001 From: plebhash Date: Mon, 9 Dec 2024 00:00:14 +0700 Subject: [PATCH] lock version for cargo semver-checks --- .github/workflows/semver-check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semver-check.yaml b/.github/workflows/semver-check.yaml index 6543b473d..b26b5a1d2 100644 --- a/.github/workflows/semver-check.yaml +++ b/.github/workflows/semver-check.yaml @@ -16,10 +16,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install Rust + - name: Install Rust 1.75.0 uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.75.0 override: true - name: Cache Cargo registry @@ -42,7 +42,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y cmake - name: Install cargo-semver-checks - run: cargo install cargo-semver-checks --locked + run: cargo install cargo-semver-checks --version 0.33.0 --locked - name: Run semver checks for common working-directory: common