From 710cd23f248d8dc68270b95b36fa8b5b149ca6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:03:01 +0000 Subject: [PATCH] chore(deps): 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/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d917abc..48ac9a2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,7 +51,7 @@ jobs: args: README.md docs/**/*.md - name: Annotate markdown prose - uses: vale-cli/vale-action@v2 + uses: vale-cli/vale-action@v3 with: files: "." vale_flags: "--glob=README.md --glob=docs/**/*.md"