Skip to content

Commit 26b04ec

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] <support@github.com>
1 parent 4dfd1fc commit 26b04ec

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,13 +13,13 @@ 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
with:
1919
github_token: ${{ secrets.COMPOSER_TOKEN }}
2020

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

0 commit comments

Comments
 (0)