From 9fc42a97486fab91dbe05577be5abf7963f69935 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Mon, 12 Feb 2024 22:19:12 +0000 Subject: [PATCH] Updated github action dependencies. --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c3e8e7..5e93c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,7 @@ jobs: cargo install cargo-deadlinks - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 2 + uses: actions/checkout@v4 - name: Check everything run: bash ./tools/check.sh @@ -53,13 +51,10 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install cargo plugins - run: | - cargo install cargo-msrv + run: cargo install cargo-msrv - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 2 + uses: actions/checkout@v4 - name: Check the minimum supported rust version run: cargo msrv verify