diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 131655e7..6e63adfb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettier - uses: creyD/prettier_action@v3.0 + uses: creyD/prettier_action@v3.3 with: prettier_options: --write **/*.{tsx,ts,md} commit_message: "style: prettier code"