From 59f5208325fc91617b4d056ab954f453d771e274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:22:10 +0000 Subject: [PATCH] build(deps): update embarkstudios/cargo-deny-action action to v1.6.1 --- .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 96f7d84c..cc057157 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.6.0 + uses: EmbarkStudios/cargo-deny-action@v1.6.1 with: command: check ${{ matrix.checks }}