Skip to content

Commit

Permalink
Merge pull request #77 from AdamMartinCote/master
Browse files Browse the repository at this point in the history
Update examples to use 4.1.1 instead of 4.1
  • Loading branch information
creyD authored Dec 6, 2021
2 parents 26c4892 + 89919dc commit b8440d0
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 b8440d0

Please sign in to comment.