summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-06 17:22:10 +0000
committerGitHub <noreply@github.com>2024-03-06 17:22:10 +0000
commit59f5208325fc91617b4d056ab954f453d771e274 (patch)
tree78598bab3d84d70a4ee1ed83f4a5e47b1913f142
parentcede42b5dbf18b1000fff3a62b84395a4c365333 (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.6.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 96f7d84c1..cc057157d 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.6.0
+ uses: EmbarkStudios/cargo-deny-action@v1.6.1
with:
command: check ${{ matrix.checks }}