Skip to content

Commit 97f3bfa

Browse files
Bump TheDragonCode/codestyler from 4 to 5
Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 4 to 5. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](TheDragonCode/codestyler@v4...v5) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7065ef8 commit 97f3bfa

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)