Skip to content

Commit

Permalink
Merge pull request #71 from TheDragonCode/dependabot/github_actions/T…
Browse files Browse the repository at this point in the history
…heDragonCode/codestyler-1.13.0
  • Loading branch information
dependabot[bot] committed Mar 1, 2022
2 parents bc636eb + f3f59a9 commit 16f606b
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 @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2

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

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v1.12.4
uses: TheDragonCode/codestyler@v1.13.0
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true

0 comments on commit 16f606b

Please sign in to comment.