Skip to content

Commit 759907d

Browse files
authored
ci: update errata-ai/vale-action (#7454)
1 parent 8119384 commit 759907d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ jobs:
5151
name: Proselint
5252
strategy:
5353
matrix:
54-
# TODO remove after https://github.com/errata-ai/vale-action/issues/128
55-
os: [ubuntu-22.04]
54+
os: [ubuntu-latest]
5655
runs-on: ${{ matrix.os }}
5756
steps:
5857
- uses: actions/checkout@v4
5958

6059
- name: Vale
61-
uses: errata-ai/vale-action@v2.1.0
60+
uses: errata-ai/vale-action@v2.1.1
6261
with:
6362
files: src/content
6463
env:

0 commit comments

Comments
 (0)