From b629f5220a993435fad33a357c494b1eeee7310b Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Wed, 31 Jul 2024 15:18:14 +0200 Subject: [PATCH] Update ci actions --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91acbef..48f1479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,10 @@ jobs: experimental: false steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@master with: - profile: minimal toolchain: ${{ matrix.rust }} - override: true - name: Pin versions for MSRV if: "${{ matrix.rust == '1.51.0' }}" run: | @@ -59,7 +57,7 @@ jobs: miri: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Miri run: | rustup toolchain install nightly --component miri