Skip to content

Commit ff0e7f2

Browse files
Merge pull request #61 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-2.1.0
2 parents 6d58fd3 + fc9522e commit ff0e7f2

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@v3
1212

1313
- name: Checking PHP Syntax
14-
uses: TheDragonCode/codestyler@v2.0.3
14+
uses: TheDragonCode/codestyler@v2.1.0

.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@v3
1414

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

0 commit comments

Comments
 (0)