From 6c2cf1faf32f89b0ebd5f32235cf765252363d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 08:23:19 +0100 Subject: [PATCH] Bump creyD/prettier_action from 4.0 to 4.1.1 (#35) Co-authored-by: dependabot[bot] <49699333+dependabot[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 76079db..528bf90 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.4.0 - name: 🚀 Run Prettier - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.1.1 with: prettier_options: --write **/*.{json,js,md,yaml} env: