From f8ca9800c9b24b3c9dd78ce8b642b9197cdf30b0 Mon Sep 17 00:00:00 2001 From: tim h Date: Sun, 12 Mar 2023 10:27:14 -0500 Subject: [PATCH] update prettier version fingers crossed it magically fixes things --- .github/workflows/autoformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 289e101..7a95e97 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -17,6 +17,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Prettify - uses: creyD/prettier_action@v4.2 + uses: creyD/prettier_action@v4.3 with: prettier_options: --write **/*.{js,html,css,md}