From 3864f51c46bc60731447823b87977f66724aa482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:42:55 +0000 Subject: [PATCH] chore(deps): update creyd/prettier_action action to v4.6 --- .github/workflows/format-code-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-code-base.yml b/.github/workflows/format-code-base.yml index 162ccee..4a8cf95 100644 --- a/.github/workflows/format-code-base.yml +++ b/.github/workflows/format-code-base.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: 💄 Run Prettier - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{js,html,json,css,yml,md} env: