summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-22 11:37:11 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-22 14:36:33 +0000
commitdf107acc6d98aed2520497130440997a07fd8dd9 (patch)
tree2be75113c1114ca0b19fab90ccb38d56d07d5ce0
parent19ae0fbe8c815af48a0ec5a729ad1a19c16dff24 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.6.2
-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 cc057157d..6a10ec2f7 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.1
+ uses: EmbarkStudios/cargo-deny-action@v1.6.2
with:
command: check ${{ matrix.checks }}