From b185d84b38c0c568cc18172d60da40e31e1fb0df Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 8 May 2025 13:32:56 +0200 Subject: [PATCH] fix: bumped version in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0aa63a4..8fee7de 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: Prettify code - uses: creyD/prettier_action@v4.4 + uses: creyD/prettier_action@v4.5 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.4 + uses: creyD/prettier_action@v4.5 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.4 + uses: creyD/prettier_action@v4.5 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.4 + uses: creyD/prettier_action@v4.5 with: dry: True github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}