Skip to content

Commit 44ecd52

Browse files
authored
Merge pull request #9141 from drewnoakes/bump-markdown-link-action
Bump github-action-markdown-link-check version
2 parents 8ee566e + 9d63780 commit 44ecd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown-link-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- name: Clone the repository
11-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
11+
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
1212

1313
- name: Validate Markdown links
14-
uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976
14+
uses: gaurav-nelson/github-action-markdown-link-check@322b2315689b8cc8c65c14a07064ec862e62ee7c
1515
with:
1616
use-quiet-mode: 'yes'
1717
# https://github.com/tcort/markdown-link-check#config-file-format

0 commit comments

Comments
 (0)