From ea1c5c735c6758abdfc66495e2d8c2037d0b38d6 Mon Sep 17 00:00:00 2001 From: Jake Hartnell Date: Wed, 6 Dec 2023 15:01:52 -0800 Subject: [PATCH] Fix #55, fix cron, use audit-check v1.2.0 --- .github/workflows/audit_dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit_dependencies.yml b/.github/workflows/audit_dependencies.yml index e2df2e6..525d688 100644 --- a/.github/workflows/audit_dependencies.yml +++ b/.github/workflows/audit_dependencies.yml @@ -2,7 +2,7 @@ name: check dependencies on: schedule: - - cron: '0 0 0 * *' + - cron: '0 0 1 * *' push: paths: - '**/Cargo.toml' @@ -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 }}