From 5143e93c2a0826eba8890a99e40ec69aaf7f3e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:56:12 +0000 Subject: [PATCH] chore(deps): bump creyD/prettier_action from 3.3 to 4.6 Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 3.3 to 4.6. - [Release notes](https://github.com/creyd/prettier_action/releases) - [Commits](https://github.com/creyd/prettier_action/compare/v3.3...v4.6) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-version: '4.6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 9bbeec2..bf8c7b4 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -17,7 +17,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - uses: creyD/prettier_action@v3.3 + uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{md} commit_message: "style: prettify code"