Skip to content

Commit 8de7c1f

Browse files
vsirivolpalfrey
authored andcommitted
Added new workflow step to update dependencies
1 parent 7919b91 commit 8de7c1f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,15 @@ jobs:
8080
toolchain: nightly
8181
- name: Remove lock
8282
run: rm Cargo.lock
83-
- run: cargo build -Z minimal-versions
83+
- run: cargo build -Z minimal-versions
84+
85+
dependency-updates:
86+
name: dependency updates
87+
runs-on: ubuntu-latest
88+
steps:
89+
- uses: actions/[email protected]
90+
- uses: dtolnay/rust-toolchain@stable
91+
with:
92+
toolchain: nightly
93+
- name: Update packages
94+
run: cargo update

0 commit comments

Comments
 (0)