Skip to content

Commit

Permalink
Fix cargo-upgrades job (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Aug 13, 2023
1 parent 9fc7438 commit 4b37717
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Daily

on:
workflow_dispatch:
schedule:
- cron: '52 6 * * *'

Expand Down Expand Up @@ -46,9 +47,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/[email protected]
with:
crate: cargo-upgrades
version: latest
- run: |
cargo install -f cargo-upgrades
- run: |
cargo upgrades

0 comments on commit 4b37717

Please sign in to comment.