summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-24 10:48:57 +0000
committerGitHub <noreply@github.com>2024-01-24 10:48:57 +0000
commitaaf768d95c592e46f12592b40916821ce4f9b9f4 (patch)
treec65e2e36729a455819040f74de58559cee41226a
parentab261a6a266ac0dfd703d836c22582a0024c1843 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.11
-rw-r--r--.github/workflows/security-audit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml
index 98041ac05..14217ff8a 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.5.10
+ uses: EmbarkStudios/cargo-deny-action@v1.5.11
with:
command: check ${{ matrix.checks }}