From e98fbe796919f275ef2b2e64b3153007dcdaaa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:17:06 +0000 Subject: [PATCH] chore: bump actionsx/prettier from 2 to 3 Bumps [actionsx/prettier](https://github.com/actionsx/prettier) from 2 to 3. - [Release notes](https://github.com/actionsx/prettier/releases) - [Commits](https://github.com/actionsx/prettier/compare/v2...v3) --- updated-dependencies: - dependency-name: actionsx/prettier dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5f7f273efce..b810da2ed6aa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Run prettier with actionsx/prettier - uses: actionsx/prettier@v2 + uses: actionsx/prettier@v3 with: args: --check --loglevel=warn .