Update doc-validator workflow to support ref URIs (#86423)

This commit is contained in:
Jack Baldry 2024-05-01 15:05:08 +01:00 committed by GitHub
parent 4034a26972
commit c5217aa632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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