Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: link checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# lychee is a fast link checker — supports HTML, markdown, and
# ignores false positives via a config file when one is added.
- name: Check links
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
name: html validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# html-validate is a fast standalone HTML5 validator — no DOM,
# no headless browser. Catches structural issues only.
- name: Set up Node
Expand Down
Loading