diff --git a/.github/workflows/android_workflow.yaml b/.github/workflows/android_workflow.yaml index 6d37334..c46f9c1 100644 --- a/.github/workflows/android_workflow.yaml +++ b/.github/workflows/android_workflow.yaml @@ -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 }}