From cacbc39b93f8049d08fd2828d08bd0c5f4f33cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 06:18:36 +0000 Subject: [PATCH] Bump creyD/prettier_action from 4.0 to 4.3 Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.0 to 4.3. - [Release notes](https://github.com/creyd/prettier_action/releases) - [Commits](https://github.com/creyd/prettier_action/compare/v4.0...v4.3) --- updated-dependencies: - dependency-name: creyD/prettier_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 346b0c9..908a2b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,7 +119,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2 - name: 🚀 Run Prettier - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.3 with: prettier_options: --write **/*.{json,js,md,yaml} env: