Skip to content

Commit

Permalink
Update doc-validator.yml (#3483)
Browse files Browse the repository at this point in the history
Updates the doc-validator to the latest version. Note that this changes the reference format to use the full URL (https://....) instead of /docs/blah
  • Loading branch information
knylander-grafana authored Mar 14, 2024
1 parent 8e6e7fe commit 887fbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
doc-validator:
runs-on: "ubuntu-latest"
container:
image: "grafana/doc-validator:v4.0.0"
image: "grafana/doc-validator:v4.1.1"
steps:
- name: "Checkout code"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 887fbe3

Please sign in to comment.