From 36f0f21e3d90ccfb155811dab7108bd91602c143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:59:28 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.5.4 --- .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 08298bcd..cdf345f7 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -24,6 +24,6 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v3 - name: Test | Security Audit - uses: EmbarkStudios/cargo-deny-action@v1.5.2 + uses: EmbarkStudios/cargo-deny-action@v1.5.4 with: command: check ${{ matrix.checks }}