Skip to content

Commit 44cbbd2

Browse files
author
Andrey Helldar
authored
Merge pull request #12 from cashier-provider/dependabot/github_actions/TheDragonCode/php-codestyler-1.10.8
Bump TheDragonCode/php-codestyler from 1.8.6 to 1.10.8
2 parents 1669df2 + 99be8d1 commit 44cbbd2

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

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

0 commit comments

Comments
 (0)