From c78f441bdf3b6a37a89493706cc880d3d0bb46fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:44:53 +0000 Subject: [PATCH] chore(ci)(deps): bump rustsec/audit-check from 1.3.2 to 2.0.0 Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/rustsec/audit-check/releases) - [Changelog](https://github.com/rustsec/audit-check/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustsec/audit-check/compare/v1.3.2...v2.0.0) --- updated-dependencies: - dependency-name: rustsec/audit-check dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 3fca06c..683c745 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,6 +12,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Run Audit-Check - uses: rustsec/audit-check@v1.3.2 + uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }}