diff --git a/README.md b/README.md index c4295ff..3d348c4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 1 - name: Prettify the JS Code - uses: creyD/prettier_action@v2.0 + uses: creyD/prettier_action@v2.1 with: prettier_options: '--no-semi --write *.js' branch: ${{ github.head_ref }}