Skip to content

Commit

Permalink
Upgrade EmbarkStudios/cargo-deny-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Mar 3, 2025
1 parent 792a782 commit 0d2e343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
if: needs.file_change_determinator.outputs.only_docs_changed != 'true'
- uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check licenses
- run: echo "Skipping cargo deny! Unrelated changes detected."
Expand Down

0 comments on commit 0d2e343

Please sign in to comment.