From db37a37a8c3c7ab8aa26af105bf42f13f59503bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:10:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index ec1076c..aef5046 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -13,11 +13,11 @@ 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' }} - 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 }}