From 0de7b41c8c52dab522927ad281aeeb93e4efaac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:01:08 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 2.6.24 to 3.0.4 Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.6.24 to 3.0.4. - [Release notes](https://github.com/TheDragonCode/codestyler/releases) - [Commits](https://github.com/TheDragonCode/codestyler/compare/v2.6.24...v3.0.4) --- 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 8c82cc8..5430412 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.6.24 + uses: TheDragonCode/codestyler@v3.0.4 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index cacbf31..ec6067c 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.6.24 + uses: TheDragonCode/codestyler@v3.0.4 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true