From ebae6f34f1fb21826e45a34726d6f7450993643c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 00:10:27 -0800 Subject: [PATCH] Update creyD/prettier_action action to v4 (#444) Co-authored-by: Renovate Bot --- web/.github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.github/workflows/prettier.yml b/web/.github/workflows/prettier.yml index e15fd9e0e..e0e954755 100644 --- a/web/.github/workflows/prettier.yml +++ b/web/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Prettier - 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 **/*.{js,tsx,jsx,css,scss}