Skip to content

Commit

Permalink
Bump TheDragonCode/codestyler from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/TheDragonCode/codestyler/releases)
- [Commits](v2.3.0...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2022
1 parent df6e5cf commit eb3790a
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
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: actions/checkout@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v2.3.0
uses: TheDragonCode/codestyler@v2.3.1
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v2.3.0
uses: TheDragonCode/codestyler@v2.3.1
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
Expand Down

0 comments on commit eb3790a

Please sign in to comment.