From c367d0089da894cc8783f514c572d7131539bc9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:10:03 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.5.13 --- .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 a41ce733..9600dc74 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.12 + uses: EmbarkStudios/cargo-deny-action@v1.5.13 with: command: check ${{ matrix.checks }}