We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ee566e + 9d63780 commit 44ecd52Copy full SHA for 44ecd52
.github/workflows/markdown-link-check.yml
@@ -8,10 +8,10 @@ jobs:
8
9
steps:
10
- name: Clone the repository
11
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
+ uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
12
13
- name: Validate Markdown links
14
- uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976
+ uses: gaurav-nelson/github-action-markdown-link-check@322b2315689b8cc8c65c14a07064ec862e62ee7c
15
with:
16
use-quiet-mode: 'yes'
17
# https://github.com/tcort/markdown-link-check#config-file-format
0 commit comments