summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-05 09:10:03 +0000
committerGitHub <noreply@github.com>2024-02-05 09:10:03 +0000
commitc367d0089da894cc8783f514c572d7131539bc9c (patch)
tree8c1e08406e86f35344e688d464143bcec1797875
parent1e43ec6e335b6f34b543b1b80b368ee4ed00ca46 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.13
-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 a41ce733b..9600dc744 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.12
+ uses: EmbarkStudios/cargo-deny-action@v1.5.13
with:
command: check ${{ matrix.checks }}