Skip to content

Commit

Permalink
chore(ci): switch back to official cargo-deny action
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Dec 26, 2023
1 parent aa74484 commit 2db6772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check ${{ matrix.checks }}
uses: dnaka91/actions/deny-check@main
uses: EmbarkStudios/cargo-deny-action@v1
with:
checks: ${{ matrix.checks }}
command: check ${{ matrix.checks }}

0 comments on commit 2db6772

Please sign in to comment.