Skip to content

Commit

Permalink
[chore] Pin markdown-link-check version to 3.12.2 (open-telemetry#36231)
Browse files Browse the repository at this point in the history
## Description

Follow-up of
open-telemetry#36223

Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored and sbylica-splunk committed Dec 17, 2024
1 parent 8ffd944 commit 4916843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Install markdown-link-check
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.12.2

- name: Run markdown-link-check
run: |
Expand Down

0 comments on commit 4916843

Please sign in to comment.