Skip to content

Commit

Permalink
lock version for cargo semver-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Dec 9, 2024
1 parent d0970a8 commit e85cf83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semver-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e85cf83

Please sign in to comment.