Skip to content

Commit cd880d0

Browse files
committed
Bump checkout and Vale versions
1 parent 10c977f commit cd880d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vale_linting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313

1414
- name: Vale
1515
uses: errata-ai/vale-action@reviewdog
1616
with:
17-
version: 2.20.2
17+
version: 3.7.1
1818
files: docs/en
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)