From 97690bc75f19ce1a7d34a2cd07c31b18945808ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:35:53 +0200 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.5.5 (#5473) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 88dd28d2..33350a7f 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -24,6 +24,6 @@ jobs: - name: Setup | Checkout uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Test | Security Audit - uses: EmbarkStudios/cargo-deny-action@v1.5.4 + uses: EmbarkStudios/cargo-deny-action@v1.5.5 with: command: check ${{ matrix.checks }}