From d2a4d01efe377b83155395e7a2caa0fee260ab21 Mon Sep 17 00:00:00 2001 From: Hinton Date: Tue, 16 Jan 2024 12:47:58 +0100 Subject: [PATCH] Update ci --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ad6467d5..60d429437 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # stable with: - toolchain: stable nightly + toolchain: stable - name: Cache cargo registry uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1