From f2b8627ede36ae2e6c3ff99b0b78043b2a1aa309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:14:30 +0000 Subject: [PATCH] build(deps): bump vale-cli/vale-action from 2.1.2 to 3.0.0 Bumps [vale-cli/vale-action](https://github.com/vale-cli/vale-action) from 2.1.2 to 3.0.0. - [Release notes](https://github.com/vale-cli/vale-action/releases) - [Commits](https://github.com/vale-cli/vale-action/compare/2.1.2...v3.0.0) --- updated-dependencies: - dependency-name: vale-cli/vale-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 20393b5..19b93c1 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -31,6 +31,6 @@ jobs: - run: | sudo apt-get update sudo apt-get install --no-install-recommends --yes asciidoctor - - uses: vale-cli/vale-action@2.1.2 + - uses: vale-cli/vale-action@v3.0.0 with: fail_on_error: true