Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #750

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #750

Workflow file for this run

name: build
on: push
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Check markdown files to detect broken links
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
with:
folder-path: 'versions/v1/content, versions/v2/content'
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
- name: Lint markdown files
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
with:
args: 'versions/**/content/*.md'
config: '.markdownlint.yaml'