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 <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry 2023-10-24 14:52:41 +01:00 committed by GitHub
parent 7a9ec6b4e0
commit 07909464f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
doc-validator: doc-validator:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
container: container:
image: "grafana/doc-validator:v3.2.1" image: "grafana/doc-validator:v4.0.0"
steps: steps:
- name: "Checkout code" - name: "Checkout code"
uses: "actions/checkout@v4" uses: "actions/checkout@v4"