From 44f994f6a1f50cbb001e0ba7c46aa6fb9565dc10 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Thu, 21 Mar 2024 18:57:23 +0100 Subject: [PATCH] update gh action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 425bd49..aaa4ade 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Install toolchain uses: dtolnay/rust-toolchain@stable with: - toolchain: nightly + toolchain: nightly-2023-09-29 components: rustfmt, clippy - uses: actions/checkout@v3 with: