From 33fbe2e1f85cae09d4075b60bf032e891be0e4ca Mon Sep 17 00:00:00 2001 From: oxalica Date: Fri, 14 Apr 2023 02:06:05 +0800 Subject: [PATCH] Add CI step name for cargo-outdated --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5e3ceb..f2f2686 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,6 +116,7 @@ jobs: uses: actions/checkout@v3 - name: Install cargo-outdated uses: dtolnay/install@cargo-outdated - - run: | + - name: cargo-outdated + run: | rm Cargo.lock # Ignore trivially updatable compatible versions. cargo outdated --workspace --exit-code 1