Skip to content

Commit

Permalink
Bump TheDragonCode/codestyler from 2.6.24 to 3.0.3
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.3.
- [Release notes](https://github.com/TheDragonCode/codestyler/releases)
- [Commits](TheDragonCode/codestyler@v2.6.24...v3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2023
1 parent 9cfa853 commit cf637e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v2.6.24
uses: TheDragonCode/codestyler@v3.0.3

fix:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit cf637e4

Please sign in to comment.