From f1265329c5de4ee3423a4aaaa42a0190f397124c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 23:06:48 +0000 Subject: [PATCH] github-actions(deps): bump creyD/prettier_action from 4.0 to 4.2 Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 4.0 to 4.2. - [Release notes](https://github.com/creyD/prettier_action/releases) - [Commits](https://github.com/creyD/prettier_action/compare/v4.0...v4.2) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown-normalize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-normalize.yml b/.github/workflows/markdown-normalize.yml index effabdb..d6a65f8 100644 --- a/.github/workflows/markdown-normalize.yml +++ b/.github/workflows/markdown-normalize.yml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v2.3.4 - name: Prettify markdown - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.2 with: prettier_options: --write **/*.md