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 <ondrej.dubaj@dynatrace.com>
  • Loading branch information
odubajDT authored and michael-burt committed Nov 7, 2024
1 parent 2715cf0 commit fdd021f
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 fdd021f

Please sign in to comment.