From 8518846ede413841699b1063a36c418f89be6cd8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Jun 2022 11:38:35 +0000 Subject: [PATCH] chore(deps): update errata-ai/vale-action action to v2 Signed-off-by: Renovate Bot --- .github/workflows/verify_docs-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_docs-quality.yml b/.github/workflows/verify_docs-quality.yml index fe8849a085..736f09571f 100644 --- a/.github/workflows/verify_docs-quality.yml +++ b/.github/workflows/verify_docs-quality.yml @@ -21,7 +21,7 @@ jobs: run: echo "::set-output name=args::$(node scripts/check-docs-quality.js --ci-args)" - name: documentation quality check - uses: errata-ai/vale-action@v1.5.0 + uses: errata-ai/vale-action@v2.0.1 with: # This also contains --config=.github/vale/config.ini ... :/ files: '${{ steps.generate.outputs.args }}'