From 26d530163b7f2afb893413b33556d034e8bc84db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Jan 2021 11:59:28 +0000 Subject: [PATCH] chore(deps): update creyd/prettier_action action to v3.3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 131655e7..6e63adfb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettier - uses: creyD/prettier_action@v3.0 + uses: creyD/prettier_action@v3.3 with: prettier_options: --write **/*.{tsx,ts,md} commit_message: "style: prettier code"