Skip to content

Commit 7f8c0a6

Browse files
committed
Update the clippy action
1 parent 70038fd commit 7f8c0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cargo fmt --all -- --check
2222
2323
- name: Run clippy
24-
uses: actions-rs-plus/clippy-check@v2.0.0
24+
uses: actions-rs-plus/clippy-check@v2.2.0
2525
with:
2626
args: --all -- -D warnings --verbose
2727

0 commit comments

Comments
 (0)