From 1be6021c570885eb8d9a110c9d5d2ec34be7d395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 01:00:51 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 2.2.0 to 3.6.7 Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.2.0 to 3.6.7. - [Release notes](https://github.com/TheDragonCode/codestyler/releases) - [Commits](https://github.com/TheDragonCode/codestyler/compare/v2.2.0...v3.6.7) --- 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 e38c8e6b99e..70db145d36a 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -13,4 +13,4 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.2.0 + uses: TheDragonCode/codestyler@v3.6.7 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 4e76bf7ff20..1e46c1057bd 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.2.0 + uses: TheDragonCode/codestyler@v3.6.7 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true