Skip to content

Commit d9f28cf

Browse files
committed
Bump Vale to v3.7.1
Signed-off-by: Jared Watts <[email protected]>
1 parent b263c2f commit d9f28cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install Vale
2525
env:
26-
VALE_VERSION: "2.28.2"
26+
VALE_VERSION: "3.7.1"
2727
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
2828

2929
- name: Run Vale

content/contribute/vale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content. The community approves PRs with Vale errors in unmodified document sect
2222
Follow the directions on the Vale website to
2323
[install the Vale binary](https://vale.sh/docs/vale-cli/installation/).
2424
<!-- vale off -->
25-
Crossplane CI uses [Vale v2.22.0](https://github.com/errata-ai/vale/releases/tag/v2.22.0) or later.
25+
Crossplane CI uses [Vale v3.7.1](https://github.com/errata-ai/vale/releases/tag/v3.7.1) or later.
2626
<!-- vale on -->
2727
## Run Vale
2828

0 commit comments

Comments
 (0)