From 1e903e70d0da59e0fe30e57d9dbeb0d90c01c443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo?= <12701614+0xangelo@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:37:28 -0300 Subject: [PATCH] build(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0 I created a project recently using this template and dependabot immediately suggested this --- template/.github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/audit.yml b/template/.github/workflows/audit.yml index ae5fa22..7994a0e 100644 --- a/template/.github/workflows/audit.yml +++ b/template/.github/workflows/audit.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Run security audit - uses: rustsec/audit-check@v1.4.1 + uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} {% endraw %}