From 738988face5760968d3c237ec231bb2d63589f86 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 10 Oct 2024 01:13:07 +0200 Subject: [PATCH] Replace deprecated action --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 353ca7e..ca5bd5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,8 +32,6 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable + - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - run: cargo test --locked --all-features