Skip to content

Commit

Permalink
Fix #55, fix cron, use audit-check v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Dec 6, 2023
1 parent a94feae commit ea1c5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check dependencies

on:
schedule:
- cron: '0 0 0 * *'
- cron: '0 0 1 * *'
push:
paths:
- '**/Cargo.toml'
Expand All @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@issue-104
- uses: actions-rs/audit-check@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ea1c5c7

Please sign in to comment.