Skip to content

Commit

Permalink
Bump EmbarkStudios/cargo-deny-action from 2.0.3 to 2.0.4 (#3545)
Browse files Browse the repository at this point in the history
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](EmbarkStudios/cargo-deny-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent b36bf9c commit 301c7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Document
run: cargo doc --profile ci --workspace --all-features
- name: cargo-deny
uses: EmbarkStudios/[email protected].3
uses: EmbarkStudios/[email protected].4
with:
command: check bans licenses sources -A unmatched-organization

Expand Down Expand Up @@ -193,6 +193,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: cargo-deny
uses: EmbarkStudios/[email protected].3
uses: EmbarkStudios/[email protected].4
with:
command: check advisories

0 comments on commit 301c7ed

Please sign in to comment.