Skip to content

Commit

Permalink
Bump TheDragonCode/php-codestyler from 1.8.5 to 1.8.6
Browse files Browse the repository at this point in the history
Bumps [TheDragonCode/php-codestyler](https://github.com/TheDragonCode/php-codestyler) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/TheDragonCode/php-codestyler/releases)
- [Commits](TheDragonCode/codestyler@v1.8.5...v1.8.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2022
1 parent 99b94a8 commit d99a66b
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@v2

- name: Checking PHP Syntax
uses: TheDragonCode/[email protected].5
uses: TheDragonCode/[email protected].6
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/[email protected].5
uses: TheDragonCode/[email protected].6
with:
fix: true

0 comments on commit d99a66b

Please sign in to comment.