Skip to content

Commit

Permalink
Bump TheDragonCode/codestyler from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/TheDragonCode/codestyler/releases)
- [Commits](TheDragonCode/codestyler@v2.1.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2022
1 parent 7553b61 commit 4dc090c
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 @@ -13,4 +13,4 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit 4dc090c

Please sign in to comment.