Skip to content

Commit f8837c5

Browse files
Merge pull request #43 from TheDragonCode/dependabot/github_actions/TheDragonCode/php-codestyler-1.8.5
2 parents 3d3925f + 2573dd0 commit f8837c5

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.5
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.5
16+
uses: TheDragonCode/php-codestyler@v1.8.5
1717
with:
1818
fix: true

0 commit comments

Comments
 (0)