From a3c3652b9a6f7e58bde0946e2f72e51f3b2404c3 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Sun, 2 Apr 2023 14:41:08 -0700 Subject: [PATCH] ci: nodejs12 is deprecated move audit-check to the one maintained by `rustsec` to stand away from nodejs 12. See https://github.com/actions-rs/audit-check/issues/227 --- .github/workflows/security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index acca92ff2..e1ec17ad3 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -21,7 +21,7 @@ jobs: with: path: ~/.cargo/bin key: ${{ runner.os }}-cargo-audit-v0.15.2 - - uses: actions-rs/audit-check@v1 + - uses: rustsec/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}