Skip to content

Commit

Permalink
chore: update prettier action version to 4.3 (#948)
Browse files Browse the repository at this point in the history
There was a bug in 4.2 (due to a NPM update) that prevented it from working: creyD/prettier_action#113
  • Loading branch information
diogotcorreia authored Mar 4, 2023
1 parent 8633793 commit 73f16f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Prettify code
uses: creyD/prettier_action@v4.2
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{js,md}
only_changed: true
Expand Down

0 comments on commit 73f16f1

Please sign in to comment.