summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-25 11:35:17 +0000
committerGitHub <noreply@github.com>2023-03-25 11:35:17 +0000
commitbbcc1302a6bc779f4e8b4a0e76046ffadac45d55 (patch)
tree439ba6ca866458452f740bd8cebaa1e2571db8a6
parent9dc6058cdf723d072ef2d16fd5dc0e6db3559cf5 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.5.0
-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 fb883f88e..48459ddcf 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.4.0
+ uses: EmbarkStudios/cargo-deny-action@v1.5.0
with:
command: check ${{ matrix.checks }}