From 0af787a98ded834288946281e58e3f85f07cdd7e Mon Sep 17 00:00:00 2001 From: Ugur Arikan Date: Fri, 26 Sep 2025 19:17:59 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }}