Skip to content

Commit d99a66b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-check.yml

+1-1
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/[email protected].5
14+
uses: TheDragonCode/[email protected].6

.github/workflows/lint-fixer.yml

+1-1
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/[email protected].5
16+
uses: TheDragonCode/[email protected].6
1717
with:
1818
fix: true

0 commit comments

Comments
 (0)