From 3c4a4868aef3d78253840c536cfd3c5e15483584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:38:07 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v2.0.16 --- .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 9f6e016b1..4369c5dea 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -24,6 +24,6 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v6 - name: Test | Security Audit - uses: EmbarkStudios/cargo-deny-action@v2.0.15 + uses: EmbarkStudios/cargo-deny-action@v2.0.16 with: command: check ${{ matrix.checks }}