From f8f13ebabe368f94d07039b35cd4304593964037 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Mon, 5 Jan 2026 15:38:48 +0100 Subject: [PATCH] chore(ci): Update cargo-deny-action version --- .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 2829c0af9..7e7806947 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11 + - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.14 with: command: check ${{ matrix.checks }} rust-version: stable