From 9ff7c1dce3726b7fbe552b011e47056900a4c003 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 7 Sep 2021 17:49:12 +0200 Subject: [PATCH] Added new version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a227b3..4d0fb81 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - uses: creyD/prettier_action@v3.3 + uses: creyD/prettier_action@v4.0 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.3 + uses: creyD/prettier_action@v4.0 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} @@ -112,7 +112,7 @@ jobs: persist-credentials: false - name: Prettify code - uses: creyD/prettier_action@v3.3 + uses: creyD/prettier_action@v4.0 with: prettier_options: --write **/*.{js,md} only_changed: True @@ -142,7 +142,7 @@ jobs: persist-credentials: false - name: Prettify code - uses: creyD/prettier_action@v3.3 + uses: creyD/prettier_action@v4.0 with: dry: True github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}