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.9.6 to 1.1.1 #254

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@877a540d1e67c351b71aad8cbc6112afd4f6278c
uses: dbelyaev/action-checkstyle@8baef8dda21d448a54d5a26ceb1771d38167255d
if: matrix.platform == 'ubuntu-latest'
with:
github_token: ${{ secrets.github_token }}
Expand Down