Skip to content

Commit

Permalink
Merge pull request #56 from DA0-DA0/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
JakeHartnell authored Dec 6, 2023
2 parents a94feae + ea1c5c7 commit 4fe8677
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 4fe8677

Please sign in to comment.