From 811e07c3aa74673eec80cbd6a04cdc12d7d141a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 14:03:07 +0000 Subject: [PATCH] github-actions(deps): bump creyD/prettier_action from 3.3 to 4.0 Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 3.3 to 4.0. - [Release notes](https://github.com/creyD/prettier_action/releases) - [Commits](https://github.com/creyD/prettier_action/compare/v3.3...v4.0) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-type: direct:production update-type: version-update:semver-major ... 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 cc1c37f..effabdb 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@v3.3 + uses: creyD/prettier_action@v4.0 with: prettier_options: --write **/*.md