Skip to content

Commit

Permalink
CI: update cargo-deny-action
Browse files Browse the repository at this point in the history
  • Loading branch information
timwie committed Aug 7, 2024
1 parent 083ef7c commit b460164
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_tag_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: cargo deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v2

publish:
name: Upload release to crates.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ jobs:
uses: actions/checkout@v4

- name: cargo deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v2
87 changes: 61 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b460164

Please sign in to comment.