Skip to content

Commit 07546e3

Browse files
Merge pull request #329 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-5
Bump TheDragonCode/codestyler from 4 to 5
2 parents 4dfd1fc + 26b04ec commit 07546e3

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)