Skip to content

Commit 3d9abea

Browse files
Bump TheDragonCode/codestyler from 3 to 4
Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 3 to 4. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](TheDragonCode/codestyler@v3...v4) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 804a483 commit 3d9abea

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)