diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 7e7bb8c..945ea1c 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.1.1 with: prettier_options: --write **/*.{js,css} same_commit: True