Skip to content

Commit cf80a43

Browse files
Update the link checker (old one was deprecated) (#1753)
* Update pre-commit-hooks * Update the link checker (old hook was deprecated)
1 parent 0878c97 commit cf80a43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ action file.
77

88
The underlying checker is from Tom Cort,
99
[markdown-link-check](https://github.com/tcort/markdown-link-check). This
10-
is wrapped by Gaurav Nelson's [github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check).
10+
is wrapped in [github-action-markdown-link-check](https://github.com/tcort/github-action-markdown-link-check).
1111

1212
Note this checker checks markdown files directly, thus it will not check any links
1313
in `html` files on the site. To deal with the fact that Jekyll builds the site

.github/workflows/link_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Jekyll Build
1919
run: bundler exec jekyll build
2020
- name: Check Links
21-
uses: gaurav-nelson/github-action-markdown-link-check@v1
21+
uses: tcort/github-action-markdown-link-check@v1
2222
with:
2323
config-file: '.github/config/mdcheck.json'
2424
check-modified-files-only: 'yes'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
types_or: ["markdown"]
1313
exclude: '(organization/_posts/2016/.*)|(organization/_posts/2017/.*)|(organization/_posts/2018/.*)|(organization/_posts/2019/.*)|(organization/_posts/2020/.*)|(organization/_posts/2021/.*)|(organization/_posts/2022/.*)'
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml

0 commit comments

Comments
 (0)