Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Nov 30, 2021
1 parent b072432 commit fabe625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v4.0
uses: creyD/prettier_action@v4.1
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
fetch-depth: 0

- name: Prettify code
uses: creyD/prettier_action@v4.0
uses: creyD/prettier_action@v4.1
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
persist-credentials: false

- name: Prettify code
uses: creyD/prettier_action@v4.0
uses: creyD/prettier_action@v4.1
with:
prettier_options: --write **/*.{js,md}
only_changed: True
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
persist-credentials: false

- name: Prettify code
uses: creyD/prettier_action@v4.0
uses: creyD/prettier_action@v4.1
with:
dry: True
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
Expand Down

0 comments on commit fabe625

Please sign in to comment.