mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 07:20:40 +00:00
Merge pull request #745 from uuid-rs/ci/outdated
Add a workflow for running cargo outdated
This commit is contained in:
commit
e4746bcbd5
20
.github/workflows/outdated.yml
vendored
Normal file
20
.github/workflows/outdated.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Dependency Check
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
outdated:
|
||||
name: Update Available
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
|
||||
- name: Install cargo-outdated
|
||||
run: cargo install cargo-outdated
|
||||
|
||||
- name: Check for outdated dependencies
|
||||
run: cargo outdated
|
Loading…
x
Reference in New Issue
Block a user