From 12614e4974b63d6272df88692a74a300e56186c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:58:35 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 3 to 4 Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 3 to 4. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](https://github.com/thedragoncode/codestyler/compare/v3...v4) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-major ... 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 1882651..51882e7 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -13,13 +13,13 @@ jobs: uses: actions/checkout@v4 - name: Check the code style - uses: TheDragonCode/codestyler@v3 + uses: TheDragonCode/codestyler@v4 if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }} with: github_token: ${{ secrets.COMPOSER_TOKEN }} - name: Fix the code style - uses: TheDragonCode/codestyler@v3 + uses: TheDragonCode/codestyler@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.COMPOSER_TOKEN }}