Skip to content

Commit 6d3142c

Browse files
Merge pull request #149 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-4
Bump TheDragonCode/codestyler from 3 to 4
2 parents 804a483 + 3d9abea commit 6d3142c

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

0 commit comments

Comments
 (0)