summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-22 17:44:06 +0000
committerGitHub <noreply@github.com>2024-04-22 17:44:06 +0000
commitb3703228525eb3546f60f99493b6286633ff0b23 (patch)
tree3580903bb1df4975381879e3978b44ba36c9f0b5
parent94e8dad1a836140b61056569c7398e422c0aedec (diff)
build(deps): update embarkstudios/cargo-deny-action action to v1.6.3
-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 6a10ec2f7..9b4d3653c 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.2
+ uses: EmbarkStudios/cargo-deny-action@v1.6.3
with:
command: check ${{ matrix.checks }}