Skip to content

Commit 1cc4572

Browse files
Merge pull request #183 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-5
Bump TheDragonCode/codestyler from 4 to 5
2 parents 7065ef8 + 97f3bfa commit 1cc4572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "name=${NAME}" >> $GITHUB_OUTPUT
2121
2222
- name: ${{ steps.detect.outputs.name }} the code style
23-
uses: TheDragonCode/codestyler@v4
23+
uses: TheDragonCode/codestyler@v5
2424
with:
2525
github_token: ${{ secrets.COMPOSER_TOKEN }}
2626
fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)