Skip to content

Commit 2f9915c

Browse files
committed
Bump checkstyle action version
1 parent ef9934f commit 2f9915c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generic.checkstyle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
pull-requests: write
1212
continue-on-error: true
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515

16-
- uses: dbelyaev/action-checkstyle@v0.8.4
16+
- uses: dbelyaev/action-checkstyle@v3
1717
continue-on-error: true
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)