From 3707415b23506e0b561b873ab60dff91ac6f73f8 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 31 Aug 2023 15:14:42 +0200 Subject: [PATCH] ci: use dtolnay/rust-toolchain instead of action-rs/toolchain to get rid of some CI warnings --- .github/workflows/docs.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f1081dc50..8a93202bf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,11 +37,7 @@ jobs: fetch-depth: 0 - name: Install `rust` toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - default: true - profile: minimal + uses: dtolnay/rust-toolchain@stable - name: Install `libacl` run: | @@ -158,4 +154,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2