From a1e2937a500e886b590ec3a5b5b4a2c682f8c4e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:36:34 +0000 Subject: [PATCH] chore(deps): update errata-ai/vale-action action to v3 --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e6e48fd68c8..24334faccf8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -56,7 +56,7 @@ jobs: json: true quotepath: false escape_json: false - - uses: errata-ai/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # 2.1.2 + - uses: errata-ai/vale-action@518a9136acc6e6668ce7c00d367051e0941e87ff # v3.0.0 if: steps.changed-files.outputs.any_changed == 'true' with: fail_on_error: true @@ -72,7 +72,7 @@ jobs: cd tools/vale-frontmatter npm ci node index.js $CHANGED_FILES - - uses: errata-ai/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # 2.1.2 + - uses: errata-ai/vale-action@518a9136acc6e6668ce7c00d367051e0941e87ff # v3.0.0 if: steps.changed-files.outputs.any_changed == 'true' with: fail_on_error: true