From d9f28cf02f121ad5684aaccb41ebec19b6298a0a Mon Sep 17 00:00:00 2001 From: Jared Watts Date: Mon, 9 Sep 2024 17:06:15 -0700 Subject: [PATCH] Bump Vale to v3.7.1 Signed-off-by: Jared Watts --- .github/workflows/vale.yml | 2 +- content/contribute/vale.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 807f76e2..c29a4c0d 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -23,7 +23,7 @@ jobs: - name: Install Vale env: - VALE_VERSION: "2.28.2" + VALE_VERSION: "3.7.1" run: wget https://github.com/errata-ai/vale/releases/download/v${{env.VALE_VERSION}}/vale_${{env.VALE_VERSION}}_Linux_64-bit.tar.gz && tar -xvzf vale_${{env.VALE_VERSION}}_Linux_64-bit.tar.gz - name: Run Vale diff --git a/content/contribute/vale.md b/content/contribute/vale.md index 06c884b0..fef8aafa 100644 --- a/content/contribute/vale.md +++ b/content/contribute/vale.md @@ -22,7 +22,7 @@ content. The community approves PRs with Vale errors in unmodified document sect Follow the directions on the Vale website to [install the Vale binary](https://vale.sh/docs/vale-cli/installation/). -Crossplane CI uses [Vale v2.22.0](https://github.com/errata-ai/vale/releases/tag/v2.22.0) or later. +Crossplane CI uses [Vale v3.7.1](https://github.com/errata-ai/vale/releases/tag/v3.7.1) or later. ## Run Vale