diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index a9c3736..9f876c3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Prettify code - uses: creyD/prettier_action@v3.1 + uses: creyD/prettier_action@v4.3 with: prettier_options: --write **/*.{js,ts,md,vue} only_changed: true