From e17d6a456fe12ea91b29a178b68cf54498ea4267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 00:47:28 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 2.0.3 to 2.1.0 Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/TheDragonCode/codestyler/releases) - [Commits](https://github.com/TheDragonCode/codestyler/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-minor ... 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 d9ea97d..087295e 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.0.3 + uses: TheDragonCode/codestyler@v2.1.0 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index a648869..6165935 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.0.3 + uses: TheDragonCode/codestyler@v2.1.0 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true