From cc13770ff944720c2fb49a0a3be33b13d84d11ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 18:59:07 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 2.6.2 to 2.6.13 Bumps [TheDragonCode/codestyler](https://github.com/TheDragonCode/codestyler) from 2.6.2 to 2.6.13. - [Release notes](https://github.com/TheDragonCode/codestyler/releases) - [Commits](https://github.com/TheDragonCode/codestyler/compare/v2.6.2...v2.6.13) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 665db2e..1315146 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.6.2 + uses: TheDragonCode/codestyler@v2.6.13 fix: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.6.2 + uses: TheDragonCode/codestyler@v2.6.13 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true