diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1b66e214..8e2a74f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - 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"