Skip to content

Commit

Permalink
Update example to use 4.1.1 instead of 4.1
Browse files Browse the repository at this point in the history
Update the examples so first time users don't experience the bug that was fixed by 26c4892
  • Loading branch information
AdamMartinCote authored Dec 6, 2021
1 parent b305fc8 commit 89919dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v4.1
uses: creyD/prettier_action@v4.1.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.1
uses: creyD/prettier_action@v4.1.1
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
Expand Down

0 comments on commit 89919dc

Please sign in to comment.