Skip to content

Commit cdae059

Browse files
Merge pull request #349 from Laravel-Lang/dependabot/github_actions/TheDragonCode/codestyler-4
Bump TheDragonCode/codestyler from 3 to 4
2 parents c59f53c + 76e506d commit cdae059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
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)