From 3fa26fa79322eedf8cd3bc14ef3e60adcf90c73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:48:50 +0000 Subject: [PATCH] build(deps): bump EmbarkStudios/cargo-deny-action Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from b66acf5e9fe20f8aba065be86778a8a4c846f902 to 3c6349835b2b7b196a839186cb8b78e02f7b5f25. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/b66acf5e9fe20f8aba065be86778a8a4c846f902...3c6349835b2b7b196a839186cb8b78e02f7b5f25) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 3c6349835b2b7b196a839186cb8b78e02f7b5f25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 62fdda8..687bdd8 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -25,6 +25,6 @@ jobs: - bans licenses sources steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - - uses: EmbarkStudios/cargo-deny-action@b66acf5e9fe20f8aba065be86778a8a4c846f902 # v2 + - uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2 with: command: check ${{ matrix.checks }}