From 6f7d0221d4814421303440d9505cdfa1e40d22fa Mon Sep 17 00:00:00 2001 From: Stephen Mount Date: Tue, 10 Nov 2020 12:51:38 +0000 Subject: [PATCH] Bump version of README to `prettier_action@v3.1` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e31dc89..ca40d88 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - uses: creyD/prettier_action@v3.0 + uses: creyD/prettier_action@v3.1 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v3.0 + uses: creyD/prettier_action@v3.1 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md}