Skip to content

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all-deps grou… #1376

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all-deps grou…

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all-deps grou… #1376

Workflow file for this run

name: Check Markdown links
on: push
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/link_checker_config.json'