From 07909464f11afde928d81de16c1d3e69baa251f2 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 24 Oct 2023 14:52:41 +0100 Subject: [PATCH] Update `doc-validator` workflow (#77024) Update doc-validator No longer produce errors for the use of https://grafana.com/ links. This is the first step towards just using fully qualified URLs everywhere. The website link render-hook will internally transform these URLs into the partial URL that works across all hostnames. Signed-off-by: Jack Baldry --- .github/workflows/doc-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-validator.yml b/.github/workflows/doc-validator.yml index 33987319442..9e28a128b97 100644 --- a/.github/workflows/doc-validator.yml +++ b/.github/workflows/doc-validator.yml @@ -7,7 +7,7 @@ jobs: doc-validator: runs-on: "ubuntu-latest" container: - image: "grafana/doc-validator:v3.2.1" + image: "grafana/doc-validator:v4.0.0" steps: - name: "Checkout code" uses: "actions/checkout@v4"