Skip to content

Commit

Permalink
Check only for outdated root dependencies in Cargo checks. (proxy-was…
Browse files Browse the repository at this point in the history
…m#73)

Signed-off-by: Takaya Saeki <takaya@tetrate.io>
  • Loading branch information
nullpo-head committed Apr 20, 2021
1 parent 507053c commit 9a88749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Run cargo outdated
run: cargo outdated --root-deps-only --exit-code 1
- name: Run cargo outdated
run: cargo outdated --root-deps-only --exit-code 1

- name: Check freshness of bazel/cargo/Cargo.lock
run: |
Expand Down

0 comments on commit 9a88749

Please sign in to comment.