From 268adeb304728c53bd14cbbf85cdb05da635e5b8 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 May 2023 10:22:24 -0400 Subject: [PATCH] ci: update to use `prettier_action@4.3` https://github.com/creyD/prettier_action/issues/113#issuecomment-1436021099 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0c06b25..5be156f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,6 +12,6 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Prettify the code - uses: creyD/prettier_action@v4.2 + uses: creyD/prettier_action@v4.3 with: prettier_options: '--write .'