Skip to content

Commit

Permalink
update jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <n.wagner@dnb.de>
  • Loading branch information
nwagner84 committed Jan 20, 2025
1 parent 2ab1c7e commit f19f913
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: dtolnay/install@cargo-outdated
- uses: Swatinem/rust-cache@v2
- run: cargo update
- run: cargo outdated --workspace --exit-code 1
- run: cargo outdated --workspace --root-deps-only --exit-code 1

rustfmt:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo update
- run: cargo outdated --workspace --exit-code 1
- run: cargo outdated --workspace --root-deps-only --exit-code 1
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f19f913

Please sign in to comment.