Upgrade: Bump creyD/prettier_action from 4.5 to 4.6 (#691)

Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.5 to 4.6.
- [Release notes](https://github.com/creyd/prettier_action/releases)
- [Commits](https://github.com/creyd/prettier_action/compare/v4.5...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/705/head
dependabot[bot] 2025-07-06 15:40:30 -04:00 committed by GitHub
parent 7d64b70395
commit b6550e80a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Prettify code - name: Prettify code
uses: creyD/prettier_action@v4.5 uses: creyD/prettier_action@v4.6
with: with:
prettier_options: --write **/*.{js,ts,md,vue} prettier_options: --write **/*.{js,ts,md,vue}
only_changed: true only_changed: true