Skip to content

Bump actions/checkout from 5.0.0 to 6.0.2 #1039

Bump actions/checkout from 5.0.0 to 6.0.2

Bump actions/checkout from 5.0.0 to 6.0.2 #1039

name: Check Markdown links
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
folder-path: 'docs/'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown_link_checker_config.json'
file-path: './README.md'