From 280383689d4edd332eb9052aef3f4e77a6fc13bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:55:13 +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/lint-check.yml | 2 +- .github/workflows/lint-fixer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 3be7808..6a65624 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v4 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v4 + uses: TheDragonCode/codestyler@v5 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 811d948..b2bd6d6 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v4 + uses: TheDragonCode/codestyler@v5 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true