fix: pin clippy to nightly-2025-01-16 (#13839)

This commit is contained in:
Dan Cline
2025-01-17 01:12:23 -05:00
committed by GitHub
parent 64197c0064
commit 83b5619889

View File

@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
with:
toolchain: nightly-2025-01-16
components: clippy
- uses: Swatinem/rust-cache@v2
with:
@ -51,6 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2025-01-16
components: clippy
- uses: Swatinem/rust-cache@v2
with: