Skip to content

Commit 3473e50

Browse files
andrzej-stencelXinRanZhAWS
authored andcommitted
[chore] restore using latest markdown-link-check (open-telemetry#31699)
Reverts open-telemetry#31681 after bug tcort/markdown-link-check#297 was fixed.
1 parent 476d82e commit 3473e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: make chlog-preview > changelog_preview.md
8585
- name: Install markdown-link-check
8686
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
87-
run: npm install -g markdown-link-check@3.11.2
87+
run: npm install -g markdown-link-check
8888
- name: Run markdown-link-check
8989
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
9090
run: |

0 commit comments

Comments
 (0)