Skip to content

Commit

Permalink
github actions: upgrade cargo-deny-action
Browse files Browse the repository at this point in the history
Stolen from Dependabot's #4200
  • Loading branch information
ilyagr committed Aug 6, 2024
1 parent 1dc0c76 commit dd67e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868
- uses: EmbarkStudios/cargo-deny-action@10d8902cf9225c404574ce39c45d5d26c3047464
with:
command: check ${{ matrix.checks }}

Expand Down

0 comments on commit dd67e49

Please sign in to comment.