diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 061a828..abe91a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,12 @@ jobs: RUSTC_WRAPPER: "sccache" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: stable - override: true + components: clippy, rustfmt - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.9 - name: Install cargo-nextest