From afbe64738bfb776a123169ce2ac029092e9dbc09 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 9 Jun 2025 23:45:59 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fee7de..1478774 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: Prettify code - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} @@ -89,7 +89,7 @@ jobs: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} @@ -119,7 +119,7 @@ jobs: persist-credentials: false - name: Prettify code - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{js,md} only_changed: True @@ -150,7 +150,7 @@ jobs: persist-credentials: false - name: Prettify code - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: dry: True github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}