From 5f7245513dd9edb941d9bcfc79b39d5583521b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:43:03 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 4 to 5 Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 4 to 5. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](https://github.com/thedragoncode/codestyler/compare/v4...v5) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index a148c44..d50e010 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -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' }}