From 9bca767580cd6f55c387aaad6dd896d279ec54e0 Mon Sep 17 00:00:00 2001 From: Tom Barta Date: Fri, 20 Mar 2020 10:28:35 -0600 Subject: [PATCH] Update README to match latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}