From 456f387152fba3a6c83a9c3f63b624dddd3d2a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:45:38 +0000 Subject: [PATCH] Bump vale-cli/vale-action from 2 to 3 Bumps [vale-cli/vale-action](https://github.com/vale-cli/vale-action) from 2 to 3. - [Release notes](https://github.com/vale-cli/vale-action/releases) - [Commits](https://github.com/vale-cli/vale-action/compare/v2...v3) --- updated-dependencies: - dependency-name: vale-cli/vale-action dependency-version: '3' 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 c450d2cd2..cfe933c6c 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v7 - name: Vale Linting - uses: vale-cli/vale-action@v2 + uses: vale-cli/vale-action@v3 with: files: '["patterns/2-structured/", "patterns/3-validated/"]' vale_flags: "--glob=*.md"