From 3368b91034d7e33b976e07ccd075e224ff2d2d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:59:17 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.5.2 --- .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 f1ec8f1c..08298bcd 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.1 + uses: EmbarkStudios/cargo-deny-action@v1.5.2 with: command: check ${{ matrix.checks }}