From a7229b5ee4d7c29ff1ea824340963c4546779ce6 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sat, 13 May 2023 17:07:22 +0000 Subject: [PATCH] Update rustfmt.yml --- .github/workflows/rustfmt.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 3d43305..7f5d33a 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -18,6 +18,4 @@ jobs: with: components: rustfmt - name: Rustfmt Check - uses: Syndelis/rustfmt-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} + uses: actions-rust-lang/rustfmt@v1