diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index aa244067..ee458ae3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Format code - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{md,js,html,scss,yaml,yml} same_commit: false