Skip to content

Commit b469e33

Browse files
committed
Use fixed version of clippy
1 parent 68e6c0f commit b469e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions-rs/toolchain@v1
1313
with:
1414
profile: minimal
15-
toolchain: stable
15+
toolchain: 1.55.0
1616
override: true
1717
components: clippy
1818
- uses: actions-rs/clippy-check@v1

0 commit comments

Comments
 (0)