From 5e2f2dba50adb1b2eee65b60cd359ac8ed189402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:22:27 +0000 Subject: [PATCH] build(deps): bump errata-ai/vale-action from 2.1.1 to 2.1.2 Bumps [errata-ai/vale-action](https://github.com/errata-ai/vale-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/errata-ai/vale-action/releases) - [Commits](https://github.com/errata-ai/vale-action/compare/v2.1.1...2.1.2) --- updated-dependencies: - dependency-name: errata-ai/vale-action dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3ed0b28..a12dbd2 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -28,6 +28,6 @@ jobs: - run: | sudo apt-get update sudo apt-get install -y --no-install-recommends asciidoctor - - uses: errata-ai/vale-action@v2.1.1 + - uses: errata-ai/vale-action@2.1.2 with: fail_on_error: true