We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b86418a + 72074e1 commit 5f2d5c8Copy full SHA for 5f2d5c8
5 files changed
README.md
@@ -52,7 +52,7 @@ jobs:
52
${{ runner.os }}-maven-
53
- name: Build with Maven
54
run: mvn -B verify checkstyle:checkstyle
55
- - uses: lcollins/checkstyle-github-action@v2.0.0
+ - uses: lcollins/checkstyle-github-action@v3.0.0
56
with:
57
path: '**/checkstyle-result.xml'
58
```
0 commit comments