Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore(deps): Bump dbelyaev/action-checkstyle from 0.8.4 to 0.9.3 #243

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
continue-on-error: false

- name: Run Checkstyle
uses: dbelyaev/action-checkstyle@a42602c39d19624dce6cbaac4fb5d4ba95c1e740
uses: dbelyaev/action-checkstyle@678b4a89a8c56cbd8330c425ed8d05e1269f7be5
if: matrix.platform == 'ubuntu-latest'
with:
github_token: ${{ secrets.github_token }}
Expand Down