From eb3790a27ffb9ecf7ea44ba56e1aed0933393ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 00:32:30 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 2.3.0 to 2.3.1 Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/TheDragonCode/codestyler/releases) - [Commits](https://github.com/TheDragonCode/codestyler/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-patch ... 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 432272b..341969d 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.3.0 + uses: TheDragonCode/codestyler@v2.3.1 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 1a70236..3172f65 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.3.0 + uses: TheDragonCode/codestyler@v2.3.1 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true