Skip to content

Commit

Permalink
Added new version
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Sep 7, 2021
1 parent c392c4f commit 9ff7c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 9ff7c1d

Please sign in to comment.