Skip to content

Commit

Permalink
Merge pull request #86 from TheDragonCode/dependabot/github_actions/T…
Browse files Browse the repository at this point in the history
…heDragonCode/codestyler-2.3.0
  • Loading branch information
dependabot[bot] committed Jun 27, 2022
2 parents c9d730c + 3606716 commit f5455f2
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.2.0
uses: TheDragonCode/codestyler@v2.3.0
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.2.0
uses: TheDragonCode/codestyler@v2.3.0
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
Expand Down

0 comments on commit f5455f2

Please sign in to comment.