From f282e7707ea9e87d8b990b53de9e8f2c0e96090b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 10:38:21 +0000 Subject: [PATCH] chore(deps): 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/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 5efb924..01e85de 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.3 + uses: creyD/prettier_action@v4.5 with: # "dry" causes that if any file is modified, the job fails dry: True