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