diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b80144..1a9683e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,10 +42,9 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: dtolnay/rust-toolchain@master + - uses: actions-rust-lang/setup-rust-toolchain@v1 with: components: cargo - toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - uses: baptiste0928/cargo-install@v3 with: crate: typos-cli