Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 956d06d

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 5f2df26 commit 956d06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/code-style.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Checking PHP Syntax
20-
uses: TheDragonCode/codestyler@v4
20+
uses: TheDragonCode/codestyler@v5
2121

2222
fix:
2323
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Checking PHP Syntax
32-
uses: TheDragonCode/codestyler@v4
32+
uses: TheDragonCode/codestyler@v5
3333
with:
3434
github_token: ${{ secrets.COMPOSER_TOKEN }}
3535
fix: true

0 commit comments

Comments
 (0)