From 0659a9721575857620d15221cbbebabca868516a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 09:05:16 +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/prettier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 438eb4b..1bfba05 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -17,7 +17,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Run Prettier - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.5 with: # Prettier CLI arguments prettier_options: '--config ./website/.prettierrc --ignore-path ./website/.prettierignore --check ./website'