From fbdb888cbf189236f3a5cc8978f5c9b8a4037650 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 30 Jul 2025 13:56:19 +0200 Subject: [PATCH] CI: Use maintained GitHub Action for Rust dtolnay/rust-toolchain --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7aacf39..edba3d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,9 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable + uses: dtolnay/rust-toolchain@stable - name: Set up Ruby uses: ruby/setup-ruby@v1