Skip to content

Commit

Permalink
use rust stable for semver CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Aug 14, 2024
1 parent a090844 commit f64deca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semver-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Rust 1.75.0
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
toolchain: stable
override: true

- name: Cache Cargo registry
Expand Down

0 comments on commit f64deca

Please sign in to comment.