From 1f8e49377271df3504a01d761d6632c9f6dff489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:12:06 +0000 Subject: [PATCH] chore(deps): Update EmbarkStudios/cargo-deny-action action to v2 --- .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 bc619d4..21bb7a0 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: EmbarkStudios/cargo-deny-action@v2 with: command: check ${{ matrix.checks }} rust-version: stable