diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 6bc6bfd..98bb1ab 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -32,7 +32,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: creyD/prettier_action@v4.3 + - uses: creyD/prettier_action@v4.6 with: prettier_options: --write --tab-width=2 *.md **/*.md branch: ${{ github.head_ref }}