Skip to content

Commit

Permalink
Bump TheDragonCode/codestyler from 2.6.24 to 3.0.4
Browse files Browse the repository at this point in the history
Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.6.24 to 3.0.4.
- [Release notes](https://github.com/TheDragonCode/codestyler/releases)
- [Commits](TheDragonCode/codestyler@v2.6.24...v3.0.4)

---
updated-dependencies:
- dependency-name: TheDragonCode/codestyler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent 4d11e3f commit 0de7b41
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@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v2.6.24
uses: TheDragonCode/codestyler@v3.0.4
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@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v2.6.24
uses: TheDragonCode/codestyler@v3.0.4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true

0 comments on commit 0de7b41

Please sign in to comment.