Skip to content

Commit

Permalink
Merge pull request #50 from TheDragonCode/dependabot/github_actions/T…
Browse files Browse the repository at this point in the history
…heDragonCode/codestyler-5

Bump TheDragonCode/codestyler from 4 to 5
  • Loading branch information
andrey-helldar authored Nov 26, 2024
2 parents 44dbad9 + f88fca4 commit 0fc3043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v4

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v4
uses: TheDragonCode/codestyler@v5
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v4
uses: TheDragonCode/codestyler@v5
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true

0 comments on commit 0fc3043

Please sign in to comment.