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 0.8.4 to 0.9.3
Browse files Browse the repository at this point in the history
Bumps [dbelyaev/action-checkstyle](https://github.com/dbelyaev/action-checkstyle) from 0.8.4 to 0.9.3.
- [Release notes](https://github.com/dbelyaev/action-checkstyle/releases)
- [Commits](dbelyaev/action-checkstyle@a42602c...678b4a8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 2bd136d commit 7095694
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@a42602c39d19624dce6cbaac4fb5d4ba95c1e740
uses: dbelyaev/action-checkstyle@678b4a89a8c56cbd8330c425ed8d05e1269f7be5
if: matrix.platform == 'ubuntu-latest'
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 7095694

Please sign in to comment.