From afa808fad188d0a47b7ad48f87b8c6b4016a8513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 12:11:38 +0000 Subject: [PATCH] chore(deps): update creyd/prettier_action action to v4.5 --- .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 4d60224..162ccee 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.3 + uses: creyD/prettier_action@v4.5 with: prettier_options: --write **/*.{js,html,json,css,yml,md} env: