From 56222be9ab6dbdfac8ae6ea9007699e176960ef9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Jan 2021 17:10:06 +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 1b66e214..8e2a74f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - 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"