Bump Vale to v3.7.1

Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
Jared Watts 2024-09-09 17:06:15 -07:00
parent b263c2fcbb
commit d9f28cf02f
No known key found for this signature in database
GPG Key ID: 0467EEAE3B6EC0D2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Install Vale - name: Install Vale
env: 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 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 - name: Run Vale

View File

@ -22,7 +22,7 @@ content. The community approves PRs with Vale errors in unmodified document sect
Follow the directions on the Vale website to Follow the directions on the Vale website to
[install the Vale binary](https://vale.sh/docs/vale-cli/installation/). [install the Vale binary](https://vale.sh/docs/vale-cli/installation/).
<!-- vale off --> <!-- vale off -->
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.
<!-- vale on --> <!-- vale on -->
## Run Vale ## Run Vale