Skip to content

Commit

Permalink
ci: pin linkinator version in docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Shahar Harari <shahar.harari@sap.com>
  • Loading branch information
shahar-h committed Apr 5, 2024
1 parent 11f56fd commit 0eb8714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
config_file: ".github/markdown_lint_config.json"

- name: Install linkinator
run: npm install -g linkinator
run: npm install -g linkinator@6.0.4

- name: Check links
run: make docs docs-check-links
Expand Down

0 comments on commit 0eb8714

Please sign in to comment.