From 29d9464baee5535854dd65242d29767da7db2092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 17:30:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20creyD/prettier=5F?= =?UTF-8?q?action=20action=20to=20v4.4=20(#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3bb085e..a28d60d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: 🚀 Run Prettier - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.4 with: prettier_options: --write **/*.{json,js,md,yaml} env: