From d4c8086986a965604d6f2aa7f73b31c4c4ef36c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:33:07 +0100 Subject: [PATCH] NOISSUE - Bump rutajdash/prettier-cli-action from 1.0.0 to 1.0.1 (#6) Bumps [rutajdash/prettier-cli-action](https://github.com/rutajdash/prettier-cli-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rutajdash/prettier-cli-action/releases) - [Commits](https://github.com/rutajdash/prettier-cli-action/compare/v1.0.0...v1.0.1) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b376622f..f9c3dfe4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - name: Run Prettier id: prettier-run - uses: rutajdash/prettier-cli-action@v1.0.0 + uses: rutajdash/prettier-cli-action@v1.0.1 with: config_path: ./.prettierrc