Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 772c962 commit 8b41a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "name=${NAME}" >> $GITHUB_OUTPUT
- name: ${{ steps.detect.outputs.name }} the code style
uses: TheDragonCode/codestyler@v4
uses: TheDragonCode/codestyler@v5
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 comments on commit 8b41a21

Please sign in to comment.