Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use latest action version in example :-)
  • Loading branch information
fschoenfeldt authored May 10, 2021
1 parent cb975d8 commit 672408b
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 @@ -53,7 +53,7 @@ jobs:
ref: ${{ github.head_ref }}

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

0 comments on commit 672408b

Please sign in to comment.