From a2d120d53cf56548012ea6a6b3a31526968144d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:59:03 +0000 Subject: [PATCH] chore(deps): bump creyD/prettier_action from 4.5 to 4.6 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] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 01e85de..3ee4bf2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -47,7 +47,7 @@ jobs: persist-credentials: false - name: Prettify code - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: # "dry" causes that if any file is modified, the job fails dry: True