Skip to content

Commit 7d2b3bc

Browse files
Bump gaurav-nelson/github-action-markdown-link-check (#222)
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.15 to 1.0.16 - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.15...1.0.16) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eduardo Serrano <[email protected]>
1 parent 3d00fa5 commit 7d2b3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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/[email protected].15
31+
uses: gaurav-nelson/[email protected].16
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/[email protected].15
38+
uses: gaurav-nelson/[email protected].16
3939
if: github.event_name == 'pull_request'
4040
with:
4141
use-quiet-mode: yes

0 commit comments

Comments
 (0)