Skip to content

Commit 7185d32

Browse files
Bump TheDragonCode/codestyler from 1.12.4 to 1.13.1
Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 1.12.4 to 1.13.1. - [Release notes](https://github.com/TheDragonCode/codestyler/releases) - [Commits](TheDragonCode/codestyler@v1.12.4...v1.13.1) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1ce10e commit 7185d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Checking PHP Syntax
14-
uses: TheDragonCode/codestyler@v1.12.4
14+
uses: TheDragonCode/codestyler@v1.13.1

.github/workflows/lint-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Checking PHP Syntax
16-
uses: TheDragonCode/codestyler@v1.12.4
16+
uses: TheDragonCode/codestyler@v1.13.1
1717
with:
1818
github_token: ${{ secrets.COMPOSER_TOKEN }}
1919
fix: true

0 commit comments

Comments
 (0)