Skip to content

Commit 845064d

Browse files
committed
Add actions job to notice outdated dependencies
1 parent 04cc366 commit 845064d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,14 @@ jobs:
7979
- run: cargo miri test
8080
env:
8181
MIRIFLAGS: -Zmiri-strict-provenance
82+
83+
outdated:
84+
name: Outdated
85+
runs-on: ubuntu-latest
86+
if: github.event_name != 'pull_request'
87+
timeout-minutes: 45
88+
steps:
89+
- uses: actions/checkout@v6
90+
- uses: dtolnay/rust-toolchain@stable
91+
- uses: dtolnay/install@cargo-outdated
92+
- run: cargo outdated --exit-code 1

0 commit comments

Comments
 (0)