From 857b4b338e2d00f41b467b3de1b217a29f0d83d6 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 20 Mar 2020 17:44:02 +0100 Subject: [PATCH] Bumped other version in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d348c4..9286ab7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,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: master