From 075830a33b3e30b6abe6650bbd7bedcfe44896f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:24:54 +0000 Subject: [PATCH] Upgrade: Bump creyD/prettier_action from 3.1 to 4.3 Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 3.1 to 4.3. - [Release notes](https://github.com/creyd/prettier_action/releases) - [Commits](https://github.com/creyd/prettier_action/compare/v3.1...v4.3) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index a9c3736..9f876c3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Prettify code - uses: creyD/prettier_action@v3.1 + uses: creyD/prettier_action@v4.3 with: prettier_options: --write **/*.{js,ts,md,vue} only_changed: true