From 7c765fb3dc1f8b49d2551b2a7ea832ca81239671 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Sun, 26 Feb 2023 12:12:31 +0000 Subject: [PATCH] Update prettier action Update prettier action --- .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 7a63fe05..140c3214 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -63,7 +63,7 @@ jobs: - name: Prettify code if: steps.changed-files.outputs.any_changed == 'true' - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.3 with: prettier_options: >- --check **/*.{ts,js,md,yaml,yml,sass,css,scss,html}