From 15e054fb82425b3bda83001db151ee832d625ae0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Apr 2022 06:15:55 +0000 Subject: [PATCH] Update creyD/prettier_action action to v4 --- .github/workflows/javascript-formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript-formatting.yml b/.github/workflows/javascript-formatting.yml index d548ad67c..395f7be7a 100644 --- a/.github/workflows/javascript-formatting.yml +++ b/.github/workflows/javascript-formatting.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Prettify code - uses: creyD/prettier_action@v3.3 + uses: creyD/prettier_action@v4.2 with: # This part is also where you can pass other options, for example: prettier_options: --write webroot/**/*.{js,md}