build(deps): update embarkstudios/cargo-deny-action action to v1.5.10

This commit is contained in:
renovate[bot] 2024-01-22 19:14:48 +00:00
parent 97fc4a0db6
commit 80a3ecbe18
1 changed files with 1 additions and 1 deletions

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@v1.5.9 uses: EmbarkStudios/cargo-deny-action@v1.5.10
with: with:
command: check ${{ matrix.checks }} command: check ${{ matrix.checks }}