From 742ee8b38a7a3ca1d4aa926814076cee5a710c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:19:12 +0200 Subject: [PATCH] Bump rutajdash/prettier-cli-action from 1.0.0 to 1.0.2 (#5) Bumps [rutajdash/prettier-cli-action](https://github.com/rutajdash/prettier-cli-action) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/rutajdash/prettier-cli-action/releases) - [Commits](https://github.com/rutajdash/prettier-cli-action/compare/v1.0.0...v1.0.2) --- updated-dependencies: - dependency-name: rutajdash/prettier-cli-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 249ffb3..d33b0ec 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: - name: Run Prettier id: prettier-run - uses: rutajdash/prettier-cli-action@v1.0.0 + uses: rutajdash/prettier-cli-action@v1.0.2 with: config_path: ./.prettierrc