From f47fc14e11b73ff6bf5e92e2378e35f56cebebf6 Mon Sep 17 00:00:00 2001 From: Bryan Fawcett Date: Fri, 3 Jul 2026 01:11:19 +0000 Subject: [PATCH] build(lint): bump default prettier pin to 3.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Verified clean against this repo's markdown/JSON/JSONC files with prettier --check; no formatting-relevant changes in the 3.8.4→3.9.4 range for those file types. Signed-off-by: Bryan Fawcett --- .github/workflows/reusable-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-lint.yml b/.github/workflows/reusable-lint.yml index 3989e6c..a440a58 100644 --- a/.github/workflows/reusable-lint.yml +++ b/.github/workflows/reusable-lint.yml @@ -52,7 +52,7 @@ on: default: ".github/workflows/*.yml" prettier-version: type: string - default: "3.8.4" + default: "3.9.4" yamllint-version: type: string default: "1.38.0"