From e04be23b0214d7d348082ee4515be0cc2fdd5582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:56:31 +0000 Subject: [PATCH] build(deps): Bump creyD/prettier_action from 4.3 to 4.6 Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.3 to 4.6. - [Release notes](https://github.com/creyd/prettier_action/releases) - [Commits](https://github.com/creyd/prettier_action/compare/v4.3...v4.6) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-version: '4.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5e85b87d..eeded087 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Prettify code - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.6 with: prettier_version: '3.2.5' dry: True