Skip to content

Commit

Permalink
Bump TheDragonCode/codestyler from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 3 to 4.
- [Release notes](https://github.com/thedragoncode/codestyler/releases)
- [Commits](v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 15, 2024
1 parent 1ab84c9 commit 12614e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
uses: actions/checkout@v4

- name: Check the code style
uses: TheDragonCode/codestyler@v3
uses: TheDragonCode/codestyler@v4
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}

- name: Fix the code style
uses: TheDragonCode/codestyler@v3
uses: TheDragonCode/codestyler@v4
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
Expand Down

0 comments on commit 12614e4

Please sign in to comment.