From 92bab1fef8d6ff0aba08128780e581762be6d25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 06:05:45 +0000 Subject: [PATCH] Bump creyD/prettier_action from 4.0 to 4.1 Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 4.0 to 4.1. - [Release notes](https://github.com/creyD/prettier_action/releases) - [Commits](https://github.com/creyD/prettier_action/compare/v4.0...v4.1) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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..85980d8 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 with: prettier_options: --write **/*.{json,js,md,yaml} env: