summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-19 22:40:35 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-20 01:23:23 +0000
commit608391bab37483d72eb50a114eb232075c8b10ab (patch)
tree0ea57db96c176f16b508ff845b371366201c2603 /.github
parent17d5622cc8d945337a71b0fa22ace0e7a3b5afbd (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.6
Diffstat (limited to '.github')
-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 a2e78eefa..e48a74034 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.5
+ uses: EmbarkStudios/cargo-deny-action@v1.5.6
with:
command: check ${{ matrix.checks }}