From 4f4763869f0055aa7a947f22887be05e69e65217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:02:45 +0000 Subject: [PATCH] chore(deps): update creyd/prettier_action action to v4.6 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index aa244067..ee458ae3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Format code - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{md,js,html,scss,yaml,yml} same_commit: false