From 38ad3bc14b59a352aabaf8b92e28e2155c29aeaa Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 8 Aug 2022 12:31:30 +0000 Subject: [PATCH] spell audit-check repo correctly --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 860f80d5a..c86e965d6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,6 +15,6 @@ jobs: name: "Audit Rust Dependencies" steps: - uses: actions/checkout@v2 - - uses: rust-rs/audit-check@master + - uses: actions-rs/audit-check@master with: token: ${{ secrets.GITHUB_TOKEN }}