Skip to content

Commit f66fae0

Browse files
authored
Merge pull request #630 from InnerSourceCommons/update-vale-GHA
Update Vale workflow to use latest actions
2 parents f9438fa + 588edc4 commit f66fae0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Install Asciidoctor
2323
run: sudo apt-get install -y asciidoctor
2424

25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v7
2626

2727
- name: Vale Linting
28-
uses: errata-ai/vale-action@v2
28+
uses: vale-cli/vale-action@v2
2929
with:
3030
# the folders to run the checks for
3131
files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/", "workbook/"]'

0 commit comments

Comments
 (0)