From c6c888334e12eabc74646a82ed2a98cf3646f2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:34:30 +0000 Subject: [PATCH] build(deps): bump errata-ai/vale-action from 2.1.2 to 3.0.0 Bumps [errata-ai/vale-action](https://github.com/errata-ai/vale-action) from 2.1.2 to 3.0.0. - [Release notes](https://github.com/errata-ai/vale-action/releases) - [Commits](https://github.com/errata-ai/vale-action/compare/2.1.2...v3.0.0) --- updated-dependencies: - dependency-name: errata-ai/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 3985ab7..87ce98e 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -32,6 +32,6 @@ jobs: - run: | sudo apt-get update sudo apt-get install --no-install-recommends --yes asciidoctor - - uses: errata-ai/vale-action@2.1.2 + - uses: errata-ai/vale-action@v3.0.0 with: fail_on_error: true