From 08e25d4ad9e2ea3bec8386dd9f9c105368cdbf8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:14:19 +0000 Subject: [PATCH] Bump TheDragonCode/codestyler from 4 to 5 Bumps [TheDragonCode/codestyler](https://github.com/thedragoncode/codestyler) from 4 to 5. - [Release notes](https://github.com/thedragoncode/codestyler/releases) - [Commits](https://github.com/thedragoncode/codestyler/compare/v4...v5) --- updated-dependencies: - dependency-name: TheDragonCode/codestyler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4d6f6db..ce2f62c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -43,7 +43,7 @@ jobs: echo "is_dirty=${IS_DIRTY}" >> "$GITHUB_OUTPUT" - name: Fix the code style - uses: TheDragonCode/codestyler@v4 + uses: TheDragonCode/codestyler@v5 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true