From cf1e9b2d88e4e1d7e0a46b710d5162250f5361b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:37:50 +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 f4fd3ab..5e3f4a9 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v3 + uses: TheDragonCode/codestyler@v4 fix: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v3 + uses: TheDragonCode/codestyler@v4 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true