From e61084504b69a9c09ae338b6f0d1daa82dc8db00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:03:00 +0000 Subject: [PATCH] chore(deps): update creyd/prettier_action action to v4.6 --- .github/workflows/code-format-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-format-verification.yml b/.github/workflows/code-format-verification.yml index 441d9f2..975b85c 100644 --- a/.github/workflows/code-format-verification.yml +++ b/.github/workflows/code-format-verification.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: dry: True only_changed: True