From de227a4458457776fdf22c0d4659158359fe929b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:12:49 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v2.0.4 (#6424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 17550339..cbf32775 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -24,6 +24,6 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v4 - name: Test | Security Audit - uses: EmbarkStudios/cargo-deny-action@v2.0.3 + uses: EmbarkStudios/cargo-deny-action@v2.0.4 with: command: check ${{ matrix.checks }}