Skip to content

Commit

Permalink
fix workflow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinuel committed Nov 30, 2023
1 parent 71c4499 commit 062ec56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Clean
run: cargo clean
- name: Check unused deps
uses: aig787/cargo-udeps-action@v1
uses: ithinuel/cargo-udeps-action@v1.1
with:
version: latest
args: ${{ matrix.mode }} --workspace ${{ env.features }}
Expand Down

0 comments on commit 062ec56

Please sign in to comment.