From 32b4fdf6ebb083107c1672fcc06408f1f60ae9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:00:19 +0000 Subject: [PATCH] chore(deps): Bump dbelyaev/action-checkstyle from 1.1.1 to 1.1.2 Bumps [dbelyaev/action-checkstyle](https://github.com/dbelyaev/action-checkstyle) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/dbelyaev/action-checkstyle/releases) - [Commits](https://github.com/dbelyaev/action-checkstyle/compare/8baef8dda21d448a54d5a26ceb1771d38167255d...ee2055a5f301a522c38c51ef80a5ff547fea39c8) --- updated-dependencies: - dependency-name: dbelyaev/action-checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... 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 192e00f..960fafb 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@8baef8dda21d448a54d5a26ceb1771d38167255d + uses: dbelyaev/action-checkstyle@ee2055a5f301a522c38c51ef80a5ff547fea39c8 if: matrix.platform == 'ubuntu-latest' with: github_token: ${{ secrets.github_token }}