Skip to content

Commit 40318a0

Browse files
authored
chore: upgrade prettier version
1 parent 6ee92f0 commit 40318a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
ref: ${{ github.head_ref }}
1919

2020
- name: Prettify code
21-
uses: creyD/prettier_action@v3.0
21+
uses: creyD/prettier_action@v3.3
2222
with:
2323
prettier_options: --write **/*.{java}
24-
commit_message: 'feat: prettify code'
24+
commit_message: 'style: prettify code'
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)