From 7198cd0f69cd0a178db3b71b7ee58ea5f285b95e Mon Sep 17 00:00:00 2001 From: Kasey Date: Thu, 6 Jun 2024 17:11:57 -0400 Subject: [PATCH] chore(ci): update clippy (#2351) ## Description ensure we use the latest version of clippy in CI ## Change checklist - [x] Self-review. - [x] Documentation updates if relevant. - [x] Tests if relevant. - [x] All breaking changes documented. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 074a3bea4a..d027f93ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,6 +197,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable + with: + components: clippy - name: Install sccache uses: mozilla-actions/sccache-action@v0.0.4