Skip to content

Commit 106e073

Browse files
Merge pull request #21 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-5
2 parents 4b34220 + f44eaed commit 106e073

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)