Skip to content

Commit

Permalink
Bump EmbarkStudios/cargo-deny-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](EmbarkStudios/cargo-deny-action@v1...v2)

---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent cfecf83 commit 3347200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
# Check our library without any features (we do need to pick a regex
# engine tho)
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
arguments: "--no-default-features --features regex-fancy"
manifest-path: "./pulldown-cmark-mdcat/Cargo.toml"
# Test mdcat in its default configuration (this implicitly checks the
# default configuration of our libraries)
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
# Need to pass an empty arg list explicitly, because otherwise the
# action passes --all-features
arguments: ""
# Test the static build for our release artifacts
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
arguments: "--no-default-features --features static"

Expand Down

0 comments on commit 3347200

Please # to comment.