From 8c222add7c73061e3f9ed0f852bce788218f934a Mon Sep 17 00:00:00 2001 From: Abhiram <103818282+Azure-Helper@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:55:55 +0530 Subject: [PATCH] ci: Bump rustfmt-check to latest (#326) --- .github/workflows/rustfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 03d3eb08..e5944d5b 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -27,7 +27,7 @@ jobs: with: components: rustfmt - - uses: LoliGothick/rustfmt-check@v0.2 + - uses: LoliGothick/rustfmt-check@v0.3.1 with: token: ${{ github.token }} options: --manifest-path userspace/ksud/Cargo.toml