From d14629dff2ace05471485712481e92aee906538a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:40:32 +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 e6d60c2cfa7b..7df97c0d04cd 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 .