Skip to content

Commit 78d8c8c

Browse files
authored
Update format.yml
1 parent fd5d174 commit 78d8c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3 # v2 minimum required
1313
- name: Prettier Java Format
14-
uses: tsar-boomba/prettier-java-format-action@main
14+
uses: tsar-boomba/prettier-java-action@v1.1.0
1515
with:
1616
prettier-args: '--tab-width 2 --write' # See: https://prettier.io/docs/en/options.html
1717
files: '**/*.java'

0 commit comments

Comments
 (0)