From 3640b7d96335442e5215a12455e892a985ebe911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 17:10:31 +0000 Subject: [PATCH] Bump creyD/prettier_action from 4.3 to 4.5 Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.3 to 4.5. - [Release notes](https://github.com/creyd/prettier_action/releases) - [Commits](https://github.com/creyd/prettier_action/compare/v4.3...v4.5) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-version: '4.5' 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..fba84da 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.5 with: dry: true prettier_options: "--check **/*.json" diff --git a/.github/workflows/markdown-style.yml b/.github/workflows/markdown-style.yml index 2ddd231..e4f28a9 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.5 with: dry: true prettier_options: "--check **/*.md" diff --git a/.github/workflows/yaml-style.yml b/.github/workflows/yaml-style.yml index e9fc3ba..f004e27 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.5 with: dry: true prettier_options: "--check **/*.{yml,yaml}"