diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index a6cffb7d..52b77cb4 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -16,11 +16,10 @@ jobs: - name: Code checkout uses: actions/checkout@v4 - name: Install Rust toolchain (${{ matrix.rust }}) - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ matrix.rust }} target: ${{ matrix.target }} - override: true components: rustfmt, clippy - name: Formatting (rustfmt)