mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
Merge pull request #1205 from cobalt-org/renovate/embarkstudios-cargo-deny-action-2.x
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
This commit is contained in:
commit
c6c023233e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- bans licenses sources
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
with:
|
||||
command: check ${{ matrix.checks }}
|
||||
rust-version: stable
|
||||
|
|
Loading…
Reference in a new issue