From bbcc1302a6bc779f4e8b4a0e76046ffadac45d55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:35:17 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.5.0 --- .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 fb883f88..48459ddc 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.4.0 + uses: EmbarkStudios/cargo-deny-action@v1.5.0 with: command: check ${{ matrix.checks }}