From 552d611136cac625b1608ee966b5d9cb53f76a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:22:34 +0000 Subject: [PATCH] Bump creyD/prettier_action from 4.3 to 4.6 Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.3 to 4.6. - [Release notes](https://github.com/creyd/prettier_action/releases) - [Commits](https://github.com/creyd/prettier_action/compare/v4.3...v4.6) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-version: '4.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/json-style.yml | 2 +- .github/workflows/markdown-style.yml | 2 +- .github/workflows/yaml-style.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/json-style.yml b/.github/workflows/json-style.yml index ba6ff51..9a7fdfd 100644 --- a/.github/workflows/json-style.yml +++ b/.github/workflows/json-style.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: prettier - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.6 with: dry: true prettier_options: "--check **/*.json" diff --git a/.github/workflows/markdown-style.yml b/.github/workflows/markdown-style.yml index 2ddd231..a1047a9 100644 --- a/.github/workflows/markdown-style.yml +++ b/.github/workflows/markdown-style.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: prettier - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.6 with: dry: true prettier_options: "--check **/*.md" diff --git a/.github/workflows/yaml-style.yml b/.github/workflows/yaml-style.yml index e9fc3ba..671c77c 100644 --- a/.github/workflows/yaml-style.yml +++ b/.github/workflows/yaml-style.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: prettier - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.6 with: dry: true prettier_options: "--check **/*.{yml,yaml}"