From ab87e665ba0d32e0ff3e9cd2a78720161df85d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:47:15 +0000 Subject: [PATCH] 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/autoformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 6bc6bfd..98bb1ab 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -32,7 +32,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: creyD/prettier_action@v4.3 + - uses: creyD/prettier_action@v4.6 with: prettier_options: --write --tab-width=2 *.md **/*.md branch: ${{ github.head_ref }}