From 89919dc836c5294066d04963cbc794c9cd2b3a13 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 6 Dec 2021 06:52:46 -0500 Subject: [PATCH] Update example to use 4.1.1 instead of 4.1 Update the examples so first time users don't experience the bug that was fixed by https://github.com/creyD/prettier_action/commit/26c489217918dbfb2f743734285e8cacf3960d88 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 707adc0..6064b42 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - uses: creyD/prettier_action@v4.1 + uses: creyD/prettier_action@v4.1.1 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} @@ -86,7 +86,7 @@ jobs: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v4.1 + uses: creyD/prettier_action@v4.1.1 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md}