diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e6be86..3173862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,12 @@ jobs: toolchain: ["stable"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + - name: Install clippy + run: rustup component add clippy - name: Install toolchain - uses: dtolnay/rust-toolchain@master + uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ matrix.toolchain }}