diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c81edcf..cc495c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,4 +68,5 @@ jobs: if: github.event_name != 'pull_request' steps: - uses: actions/checkout@v2 + - uses: dtolnay/install@cargo-outdated - run: cargo outdated --exit-code 1