From b55a82bf99499d6d1cf60444620c5b276b5979fa Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Thu, 23 Dec 2021 23:29:59 +0100 Subject: [PATCH] fix prettier action --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 7e7bb8c..945ea1c 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.1.1 with: prettier_options: --write **/*.{js,css} same_commit: True