From 10536f024d4fcd6742ccb59e4885306187f3e5fa Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 15 Apr 2021 16:45:22 -0400 Subject: [PATCH] use audit action from the README --- .github/workflows/audit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index ed77c771e..778016544 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -14,7 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions-rs/audit-check@main + - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} -