Skip to content

Commit

Permalink
Bump Vale to v3.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Watts <jbw976@gmail.com>
  • Loading branch information
jbw976 committed Sep 10, 2024
1 parent b263c2f commit d9f28cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/contribute/vale.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
<!-- 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 -->
## Run Vale

Expand Down

0 comments on commit d9f28cf

Please sign in to comment.