From 87893c639de2934d4e8492101e839efa3777afb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 11:34:35 +0100 Subject: [PATCH] Bump creyD/prettier_action from 4.1.1 to 4.2 (#80) 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 4d5e497..d97735c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -32,7 +32,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.4.0 - name: 🚀 Run Prettier - uses: creyD/prettier_action@v4.1.1 + uses: creyD/prettier_action@v4.2 with: prettier_options: --write **/*.{json,js,md,yaml} env: