mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 (#6077)
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](https://github.com/embarkstudios/cargo-deny-action/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7b4cbc2619
commit
8a0d1e1cba
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -681,7 +681,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run `cargo deny check`
|
- name: Run `cargo deny check`
|
||||||
uses: EmbarkStudios/cargo-deny-action@v1
|
uses: EmbarkStudios/cargo-deny-action@v2
|
||||||
with:
|
with:
|
||||||
command: check advisories
|
command: check advisories
|
||||||
arguments: --all-features --workspace
|
arguments: --all-features --workspace
|
||||||
@ -698,7 +698,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run `cargo deny check`
|
- name: Run `cargo deny check`
|
||||||
uses: EmbarkStudios/cargo-deny-action@v1
|
uses: EmbarkStudios/cargo-deny-action@v2
|
||||||
with:
|
with:
|
||||||
command: check bans licenses sources
|
command: check bans licenses sources
|
||||||
arguments: --all-features --workspace
|
arguments: --all-features --workspace
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user