From 6d006132f27d989f16b57b425c5016663cdbb656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:26:16 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.5.9 --- .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 ed70d3d4..be1b094b 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@v1.5.7 + uses: EmbarkStudios/cargo-deny-action@v1.5.9 with: command: check ${{ matrix.checks }}