From 3d4364f7cc2e635baf333989ab4eef041efee785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:59:46 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 3 to 4 Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 3 to 4. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](https://github.com/thedragoncode/codestyler/compare/v3...v4) --- 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 f33c357..a148c44 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@v3 + uses: TheDragonCode/codestyler@v4 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}