Skip to content

Commit f44eaed

Browse files
Bump TheDragonCode/codestyler from 4 to 5
Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 4 to 5. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](TheDragonCode/codestyler@v4...v5) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b34220 commit f44eaed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Check the code style
16-
uses: TheDragonCode/codestyler@v4
16+
uses: TheDragonCode/codestyler@v5
1717
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
1818

1919
- name: Fix the code style
20-
uses: TheDragonCode/codestyler@v4
20+
uses: TheDragonCode/codestyler@v5
2121
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2222
with:
2323
github_token: ${{ secrets.COMPOSER_TOKEN }}

0 commit comments

Comments
 (0)