Skip to content

Commit

Permalink
use stable instead of stable 2 months
Browse files Browse the repository at this point in the history
  • Loading branch information
memark committed Jul 14, 2024
1 parent 34d8389 commit f659e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ If you want to setup the toolchain manually, you can set `rust-toolchain` to `ma
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable 2 months ago
toolchain: stable
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
Expand All @@ -140,7 +140,7 @@ If you want to set up the toolchain manually, you can set `rust-toolchain` to `m
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable 2 months ago
toolchain: stable
target: aarch64-apple-darwin
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
Expand Down

0 comments on commit f659e79

Please sign in to comment.