summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-06 17:54:59 +0000
committerGitHub <noreply@github.com>2023-04-06 17:54:59 +0000
commit95a036bfa1733d3990dfb0d40ff64bde01fac616 (patch)
treeca2b1d46bae8609fcd95bac1dde8a1713137fb75
parent941b1bd1c8d32349b46d8651f58c4494758d6510 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.1
-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 48459ddcf..f1ec8f1c8 100644
--- a/.github/workflows/security-audit.yml
+++ b/.github/workflows/security-audit.yml
@@ -24,6 +24,6 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v3
- name: Test | Security Audit
- uses: EmbarkStudios/cargo-deny-action@v1.5.0
+ uses: EmbarkStudios/cargo-deny-action@v1.5.1
with:
command: check ${{ matrix.checks }}