summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-20 10:12:15 +0000
committerGitHub <noreply@github.com>2024-01-20 10:12:15 +0000
commit2f1fb8bf85938056a5809be0597ca0e4be4181a4 (patch)
tree9b8fe37c48530e4b213e66f87a6e1a4bc82d400d /.github
parent608391bab37483d72eb50a114eb232075c8b10ab (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.7
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 e48a74034..ed70d3d48 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.6
+ uses: EmbarkStudios/cargo-deny-action@v1.5.7
with:
command: check ${{ matrix.checks }}