build(deps): update embarkstudios/cargo-deny-action action to v2.0.7

This commit is contained in:
renovate[bot] 2025-03-03 20:23:58 +00:00 committed by GitHub
parent 5d6a14f543
commit f2833f9f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,6 @@ jobs:
- name: Setup | Checkout - name: Setup | Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Test | Security Audit - name: Test | Security Audit
uses: EmbarkStudios/cargo-deny-action@v2.0.6 uses: EmbarkStudios/cargo-deny-action@v2.0.7
with: with:
command: check ${{ matrix.checks }} command: check ${{ matrix.checks }}