From 83b5619889f8a969d5c44dab1b388e8c0f724afe Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:12:23 -0500 Subject: [PATCH] fix: pin clippy to nightly-2025-01-16 (#13839) --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e0ae216dd..d968fd429 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: