From d39776d84e4d06cc1e837dbf46cfcd378bf4152c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 8 Jan 2024 14:13:49 +0100 Subject: ci.yml: Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain actions-rs/toolchain is unmaintained and generates warnings Reviewed-by: Shane Lontis Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/23232) (cherry picked from commit cd5911a6b300453eefb4b6d9d797c9d1cdefb956) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 207cf700de..f80628d2a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -369,11 +369,8 @@ jobs: uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.PYTHON }} - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@master with: - profile: minimal toolchain: ${{ matrix.RUST }} - override: true - default: true - name: test external pyca run: make test TESTS="test_external_pyca" VERBOSE=1 -- cgit v1.2.3