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

Commit

Permalink
chore(deps): Bump dbelyaev/action-checkstyle from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
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](dbelyaev/action-checkstyle@8baef8d...ee2055a)

---
updated-dependencies:
- dependency-name: dbelyaev/action-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent b051caa commit 32b4fdf
Showing 1 changed file with 1 addition and 1 deletion.
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@8baef8dda21d448a54d5a26ceb1771d38167255d
uses: dbelyaev/action-checkstyle@ee2055a5f301a522c38c51ef80a5ff547fea39c8
if: matrix.platform == 'ubuntu-latest'
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 32b4fdf

Please sign in to comment.