Skip to content

Commit ffa616f

Browse files
Bump TheDragonCode/php-codestyler from 1.5.6 to 1.8.5
Bumps [TheDragonCode/php-codestyler](https://github.com/TheDragonCode/php-codestyler) from 1.5.6 to 1.8.5. - [Release notes](https://github.com/TheDragonCode/php-codestyler/releases) - [Commits](TheDragonCode/codestyler@v1.5.6...v1.8.5) --- updated-dependencies: - dependency-name: TheDragonCode/php-codestyler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92296ba commit ffa616f

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/php-codestyler@v1.5.6
14+
uses: TheDragonCode/php-codestyler@v1.8.5

.github/workflows/lint-fixer.yml

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

1515
- name: Checking PHP Syntax
16-
uses: TheDragonCode/php-codestyler@v1.5.6
16+
uses: TheDragonCode/php-codestyler@v1.8.5
1717
with:
1818
fix: true

0 commit comments

Comments
 (0)