From 17b794440150d5c8d1ad638197b3678eed70f0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 20:59:44 +0530 Subject: [PATCH] :arrow_up: Bump creyD/prettier_action from 4.1.1 to 4.2 (#76) Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 4.1.1 to 4.2. - [Release notes](https://github.com/creyD/prettier_action/releases) - [Commits](https://github.com/creyD/prettier_action/compare/v4.1.1...v4.2) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc085882..97bfc96d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,7 +103,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: