Skip to content

Commit fb17e38

Browse files
committed
Use master of checkstyle action
1 parent 515d4b6 commit fb17e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v2
4343

4444
- name: Run checkstyle with reviewdog
45-
uses: nikitasavinov/checkstyle-action@0.3.1
45+
uses: nikitasavinov/checkstyle-action@master
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
# submit review comments based on reviewdog findings

0 commit comments

Comments
 (0)