From 301c7edad3fa76429d18dcc17a6f1018d0309fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:19:03 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 2.0.3 to 2.0.4 (#3545) Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 243dca7af..1b8b7e6ec 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -138,7 +138,7 @@ jobs: - name: Document run: cargo doc --profile ci --workspace --all-features - name: cargo-deny - uses: EmbarkStudios/cargo-deny-action@v2.0.3 + uses: EmbarkStudios/cargo-deny-action@v2.0.4 with: command: check bans licenses sources -A unmatched-organization @@ -193,6 +193,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: cargo-deny - uses: EmbarkStudios/cargo-deny-action@v2.0.3 + uses: EmbarkStudios/cargo-deny-action@v2.0.4 with: command: check advisories