Skip to content

Commit 695ee67

Browse files
Merge pull request #16 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-4
Bump TheDragonCode/codestyler from 3 to 4
2 parents bbd2b27 + 868a702 commit 695ee67

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@v3
16+
uses: TheDragonCode/codestyler@v4
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@v3
22+
uses: TheDragonCode/codestyler@v4
2323
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2424
with:
2525
github_token: ${{ secrets.COMPOSER_TOKEN }}

0 commit comments

Comments
 (0)