From c500fcd94b7dfe712827f0655b5dce511d5fa741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:05:12 +0100 Subject: [PATCH] chore(deps): update dependency errata-ai/vale to v3.9.0 (#120) * Update dependency errata-ai/vale to v3.9.0 * update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Johan Grahn --- .github/workflows/pull_request_doc_qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_doc_qa.yaml b/.github/workflows/pull_request_doc_qa.yaml index fe45549..b267077 100644 --- a/.github/workflows/pull_request_doc_qa.yaml +++ b/.github/workflows/pull_request_doc_qa.yaml @@ -40,7 +40,7 @@ jobs: submodules: recursive - name: Install Vale run: | - wget https://github.com/errata-ai/vale/releases/download/v3.7.0/vale_3.7.0_Linux_64-bit.tar.gz -O vale.tar.gz + wget https://github.com/errata-ai/vale/releases/download/v3.9.0/vale_3.9.0_Linux_64-bit.tar.gz -O vale.tar.gz tar -xvzf vale.tar.gz vale rm vale.tar.gz - name: Spell check