fix: disable cargo-outdated, due to lockfile V4 not yet working

This commit is contained in:
Noa Aarts 2024-10-05 16:09:54 +02:00
parent dec36867d6
commit f6f7623458
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -67,14 +67,14 @@ jobs:
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo update
- run: cargo outdated --workspace --exit-code 1
# outdated:
# name: Outdated
# runs-on: ubuntu-latest
# if: github.event_name != 'pull_request'
# timeout-minutes: 45
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# - uses: dtolnay/install@cargo-outdated
# - run: cargo update
# - run: cargo outdated --workspace --exit-code 1