Skip to content

Commit 073a16b

Browse files
Bump gaurav-nelson/github-action-markdown-link-check
Bumps the github-actions group with 1 update: [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check). Updates `gaurav-nelson/github-action-markdown-link-check` from 1.0.16 to 1.0.17 - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.16...1.0.17) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-version: 1.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d2b3bc commit 073a16b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: actions/checkout@v4
2929
- name: Markdown link check
3030
id: mlc-push
31-
uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
31+
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
3232
if: github.event_name != 'pull_request'
3333
with:
3434
use-quiet-mode: yes
3535
config-file: .github/markdown-link-check-config.json
3636
- name: Markdown link check
3737
id: mlc-pr
38-
uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
38+
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
3939
if: github.event_name == 'pull_request'
4040
with:
4141
use-quiet-mode: yes

0 commit comments

Comments
 (0)