diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 1a129458..10eea699 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -22,10 +22,10 @@ jobs: - name: Install Asciidoctor run: sudo apt-get install -y asciidoctor - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Vale Linting - uses: errata-ai/vale-action@v2 + uses: vale-cli/vale-action@v2 with: # the folders to run the checks for files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/", "workbook/"]'