Skip to content

build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.1.0 (#21750) #6274

build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.1.0 (#21750)

build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.1.0 (#21750) #6274

name: Check Markdown links
# https://github.com/gaurav-nelson/github-action-markdown-link-check
on:
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
types: [opened, reopened, ready_for_review, synchronize]
paths:
- ".github/workflows/ci-check-md-links.yml"
- ".github/markdown-links-config.json"
- "**/*.md"
jobs:
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@86fe1b20b4609835ba9e8c8739cd39707ba76868 # v0.15.3
with:
config-file: ".github/markdown-links-config.json"
base-branch: "master"
force-check-all: "yes"