From 4874870c3aeea3e602ed42020768cac950435e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:50:33 +0000 Subject: [PATCH] chore(deps): Bump dbelyaev/action-checkstyle from 0.9.6 to 1.1.1 Bumps [dbelyaev/action-checkstyle](https://github.com/dbelyaev/action-checkstyle) from 0.9.6 to 1.1.1. - [Release notes](https://github.com/dbelyaev/action-checkstyle/releases) - [Commits](https://github.com/dbelyaev/action-checkstyle/compare/877a540d1e67c351b71aad8cbc6112afd4f6278c...8baef8dda21d448a54d5a26ceb1771d38167255d) --- updated-dependencies: - dependency-name: dbelyaev/action-checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android_workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}